diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-24 17:21:07 +0000 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-24 17:21:07 +0000 |
commit | 3e85bd634f29885bb46ac5182e932e2bac4bf385 (patch) | |
tree | 9ea836c15deb767b35bde318cd0877893f69473f | |
parent | ec0cdfe91883ca81d8afceee901a0ec1f1e940ec (diff) | |
download | FreeBSD-ports-3e85bd634f29885bb46ac5182e932e2bac4bf385.zip FreeBSD-ports-3e85bd634f29885bb46ac5182e932e2bac4bf385.tar.gz |
Convert to USES=autoreconf
-rw-r--r-- | multimedia/vic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vic/Makefile b/multimedia/vic/Makefile index 4b1c347..d294746 100644 --- a/multimedia/vic/Makefile +++ b/multimedia/vic/Makefile @@ -14,10 +14,10 @@ COMMENT= MBone video conferencing tool BUILD_DEPENDS= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libuclmmbase.so:${PORTSDIR}/devel/uclmmbase -USES= gmake tk:84 # parallel builds (-jX) are broken with BSD make(1) +USES= autoreconf gmake tk:84 # parallel builds (-jX) are broken with BSD make(1) USE_OPENSSL= yes -USE_AUTOTOOLS= autoconf213 USE_XORG= xext +GNU_CONFIGURE= yes CONFIGURE_ARGS= -x-libraries=${LOCALBASE}/lib \ -x-includes=${LOCALBASE}/include \ -without-ucltcl \ |