aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-03 09:32:32 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-03 09:32:32 +0000
commit61d058ea1edaa75e2fbe9c7f5664c17f916d02b5 (patch)
treeefb9afd3d3755d98a3b2490aab6fd221b3ceebe8
parent2f92a0b6816e119730088fbed2fefb6899f8f5e8 (diff)
downloadports-61d058ea1edaa75e2fbe9c7f5664c17f916d02b5.tar.gz
ports-61d058ea1edaa75e2fbe9c7f5664c17f916d02b5.zip
Notes
-rw-r--r--x11-toolkits/unique/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile
index 2343395bc7c1..2328d0ef3d1b 100644
--- a/x11-toolkits/unique/Makefile
+++ b/x11-toolkits/unique/Makefile
@@ -12,7 +12,9 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION}
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for single instance applications
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+PORTSCOUT= ignore:1
+
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USE_XORG= ice
USE_BZIP2= yes
@@ -25,7 +27,6 @@ CONFIGURE_ARGS= --disable-maintainer-flags
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
@@ -35,4 +36,7 @@ post-patch:
${WRKSRC}/unique/uniqueinternals.h \
${WRKSRC}/unique/uniquemessage.[ch]
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libunique-1.0.so.2
+
.include <bsd.port.mk>