aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-07 09:36:28 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-07 09:36:28 +0000
commitbb29c0a9d1a7a5ec8f68720dc96eefdbaafaf710 (patch)
treec3e4184d15d428f70f60a73449ce903f62e0e657 /devel
parentba48bb444f33c3e3ce9aabdf346d6aabadf4ea7c (diff)
downloadports-bb29c0a9d1a7a5ec8f68720dc96eefdbaafaf710.tar.gz
ports-bb29c0a9d1a7a5ec8f68720dc96eefdbaafaf710.zip
Fix build with custom LOCALBASE
Submitted by: maintainer Reported by: QATty
Notes
Notes: svn path=/head/; revision=235355
Diffstat (limited to 'devel')
-rw-r--r--devel/subcommander/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subcommander/Makefile b/devel/subcommander/Makefile
index 864925b76ed4..d9e21c4bd04d 100644
--- a/devel/subcommander/Makefile
+++ b/devel/subcommander/Makefile
@@ -24,7 +24,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_QT_VER= 3
-CONFIGURE_ARGS+= --with-boost=${LOCALBASE} --with-neon=${LOCALBASE}
+CONFIGURE_ARGS+=--with-boost=${LOCALBASE} --with-neon=${LOCALBASE} \
+ --with-subversion=${LOCALBASE}
CONFIGURE_ENV= QTDIR=${LOCALBASE} CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"