aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/flowcanvas
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-11 01:53:30 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-11 01:53:30 +0800
commitf1b99982fad309bce08a1f6d149c5333f7127956 (patch)
treebfe04fc262a543021ecce25af3a3ade08bd14803 /x11-toolkits/flowcanvas
parentbb4feeff3f2f7bf9f11835a04e5d0bd05660e048 (diff)
downloadfreebsd-ports-gnome-f1b99982fad309bce08a1f6d149c5333f7127956.tar.gz
freebsd-ports-gnome-f1b99982fad309bce08a1f6d149c5333f7127956.tar.zst
freebsd-ports-gnome-f1b99982fad309bce08a1f6d149c5333f7127956.zip
- Support staging
- Convert USE_BZIP2 to USES
Diffstat (limited to 'x11-toolkits/flowcanvas')
-rw-r--r--x11-toolkits/flowcanvas/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/flowcanvas/Makefile b/x11-toolkits/flowcanvas/Makefile
index 3a542d9e4dd7..8d4fb3d01e03 100644
--- a/x11-toolkits/flowcanvas/Makefile
+++ b/x11-toolkits/flowcanvas/Makefile
@@ -18,14 +18,12 @@ LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \
libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
-USES= pkgconfig
-USE_BZIP2= yes
+USES= tar:bzip2 pkgconfig
USE_PYTHON_BUILD=yes
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(BATCH) || defined(PACKAGE_BUILDING)
@@ -47,6 +45,6 @@ do-build:
@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build)
do-install:
- @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install)
+ @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install)
.include <bsd.port.post.mk>