diff options
-rw-r--r-- | devel/glib20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index b7c1da444..12ff36ff3 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -14,7 +14,6 @@ COMMENT= Some useful routines of C programming (current stable version) LICENSE= LGPL20 -LATEST_LINK= glib20 USE_XZ= yes PORTSCOUT= limitw:1,even @@ -53,7 +52,7 @@ CONFIGURE_ARGS+=--disable-dtrace #CONFIGURE_ARGS+=--enable-dtrace #.endif -.if exists(/usr/include/iconv.h) && ${OSVERSION} >= 1000043 +.if empty(ICONV_LIB) CONFIGURE_ARGS+= --with-libiconv=native .else CONFIGURE_ARGS+= --with-libiconv=gnu |