summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libwnck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r--x11-toolkits/libwnck/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile
index 4c46aa6f6..85ac0dec1 100644
--- a/x11-toolkits/libwnck/Makefile
+++ b/x11-toolkits/libwnck/Makefile
@@ -12,20 +12,21 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library used for writing pagers and taskslists
-USE_XZ= yes
+USES= tar:xz
.if !defined(REFERENCE_PORT)
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
USE_XORG= xres x11
-USE_GNOME= gtk20 ltverhack referencehack intlhack introspection
-USES= bison gettext gmake pathfix pkgconfig
+USE_GNOME= gtk20 referencehack intlhack introspection
+USES+= bison gettext gmake libtool:keepla pathfix pkgconfig
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
.include <bsd.port.mk>