From d072341b752adf175fb8363cfa01af05c0b9a5a5 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 27 Oct 2013 23:02:36 +0000 Subject: Fix longstanding USES bug, while here stageify. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18819 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/glade/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 409485d78..57f27bfda 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -13,11 +13,10 @@ COMMENT= User interface builder for GTK+ 3 CONFLICTS= glade3-3.* -NO_STAGE= yes INSTALLS_ICONS= yes USE_XZ= yes USE_GNOME= gtk30 gnomeprefix ltverhack gnomedocutils introspection:build -USES= desktop-file-utilsgettext gmake pathfix pkgconfig +USES= desktop-file-utils gettext gmake pathfix pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -41,4 +40,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 + .include -- cgit v1.2.3