diff options
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 57f27bfda..d4b22bfd5 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -15,13 +15,14 @@ CONFLICTS= glade3-3.* INSTALLS_ICONS= yes USE_XZ= yes -USE_GNOME= gtk30 gnomeprefix ltverhack gnomedocutils introspection:build -USES= desktop-file-utils gettext gmake pathfix pkgconfig +USE_GNOME= gtk30 gnomeprefix gnomedocutils introspection:build +USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/gladeui-2 @@ -40,8 +41,8 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON:="@comment " .endif -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgladeui-2.so.2 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/glade/modules/lib*.so +#post-install: +# @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgladeui-2.so.2 +# @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/glade/modules/lib*.so .include <bsd.port.mk> |