diff options
Diffstat (limited to 'devel/glib20/Makefile')
-rw-r--r-- | devel/glib20/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 73520bc8f..0f93a3007 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -22,13 +22,11 @@ PORTSCOUT= limitw:1,even LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ libffi.so:${PORTSDIR}/devel/libffi -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gettext gmake iconv pathfix perl5 pkgconfig shebangfix -USE_GNOME= ltverhack +USES= gettext gmake iconv libtool pathfix perl5 pkgconfig shebangfix USE_PYTHON= yes -CONFIGURE_ARGS= --enable-static \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ +CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ --disable-man --without-xml-catalog \ --with-pcre=system \ --disable-fam @@ -38,6 +36,9 @@ LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= */*.pl glib/gen-iswide-table.py +LIBVERSION= 0.3800.2 +PLIST_SUB+= LIBVERSION=${LIBVERSION} + OPTIONS_DEFINE= COLLATION_FIX DEBUG GDB COLLATION_FIX_DESC= fix string collation GDB_DESC= Install python gdb scripts @@ -111,6 +112,7 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.${LIBVERSION} .include <bsd.port.post.mk> |