summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libwnck3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libwnck3/Makefile')
-rw-r--r--x11-toolkits/libwnck3/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile
index fdf4c6832..4236c5fdb 100644
--- a/x11-toolkits/libwnck3/Makefile
+++ b/x11-toolkits/libwnck3/Makefile
@@ -1,6 +1,6 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/x11-toolkits/libwnck3/Makefile 18569 2013-06-18 07:58:41Z kwm $
+# $MCom$
PORTNAME= libwnck
PORTVERSION= 3.4.5
@@ -17,17 +17,20 @@ USE_XZ= yes
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
USE_XORG= xres x11
USE_GNOME= gtk30 intlhack introspection:build ltverhack referencehack
USES= bison gettext gmake pathfix pkgconfig
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tools
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwnck-3.so.0
+
.include <bsd.port.mk>
.endif