summaryrefslogtreecommitdiffstats
path: root/devel/glade
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 07:02:36 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-10-28 07:02:36 +0800
commitd072341b752adf175fb8363cfa01af05c0b9a5a5 (patch)
tree9c79a3c460890f3a5f0a23aae3a84690cff97ef3 /devel/glade
parent813a51a3a35c424f5d940348b770e2fdf16d712c (diff)
downloadmarcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar.gz
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar.bz2
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar.lz
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar.xz
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.tar.zst
marcuscom-ports-d072341b752adf175fb8363cfa01af05c0b9a5a5.zip
Fix longstanding USES bug, while here stageify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18819 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade')
-rw-r--r--devel/glade/Makefile7
1 files 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 <bsd.port.mk>