svn commit: r348037 - head/x11-toolkits/libwnck
Martin Wilke
miwi at FreeBSD.org
Thu Mar 13 05:56:19 UTC 2014
Author: miwi
Date: Thu Mar 13 05:56:18 2014
New Revision: 348037
URL: http://svnweb.freebsd.org/changeset/ports/348037
QAT: https://qat.redports.org/buildarchive/r348037/
Log:
- Stage support
- Covert to new USES
- Disable g-ir-scanner cache to not touch /root/.cache during build
Modified:
head/x11-toolkits/libwnck/Makefile
Modified: head/x11-toolkits/libwnck/Makefile
==============================================================================
--- head/x11-toolkits/libwnck/Makefile Thu Mar 13 05:24:07 2014 (r348036)
+++ head/x11-toolkits/libwnck/Makefile Thu Mar 13 05:56:18 2014 (r348037)
@@ -12,16 +12,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at 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}
More information about the svn-ports-all
mailing list