diff options
Diffstat (limited to 'devel/popt')
-rw-r--r-- | devel/popt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 6e8c549c955b..f9ac93bdc539 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -18,7 +18,7 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_GNOME= gnomehack USE_ICONV= yes USE_LDCONFIG= yes |