diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:56:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-13 05:56:18 +0000 |
commit | f2104bda0ccf7081c491098efc8daf8636ad3573 (patch) | |
tree | 17f080132d6a6ea376192c2cb1905b4b11607593 /x11-toolkits/libwnck | |
parent | 901276b55e7b9c8ae0bf6f6537aadf8755df46f0 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/libwnck')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 1a90e6d1aa89..400051fe129b 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -12,16 +12,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library used for writing pagers and taskslists -USE_BZIP2= yes - .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -RUN_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection - USE_XORG= xres -USES= bison pathfix gettext gmake pkgconfig -USE_GNOME= gtk20 ltverhack referencehack intlhack +USES= bison pathfix gettext gmake pkgconfig tar:bzip2 +USE_GNOME= gtk20 ltverhack referencehack intlhack introspection:build,run USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc @@ -32,7 +27,6 @@ OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP STARTUP_DESC= Startup notification support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSTARTUP} |