diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:55:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:55:29 +0800 |
commit | f9e2359cc333fcac7cf7a059e00f44ccb8b5fc97 (patch) | |
tree | d2b4c880eb208c6b185dda224531c6882a11d8e8 /security | |
parent | 0d3c802e304ae1ed7d5e5312317ced44e6c25813 (diff) | |
download | freebsd-ports-gnome-f9e2359cc333fcac7cf7a059e00f44ccb8b5fc97.tar.gz freebsd-ports-gnome-f9e2359cc333fcac7cf7a059e00f44ccb8b5fc97.tar.zst freebsd-ports-gnome-f9e2359cc333fcac7cf7a059e00f44ccb8b5fc97.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'security')
-rw-r--r-- | security/razorback-virusTotal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/razorback-virusTotal/Makefile b/security/razorback-virusTotal/Makefile index 48bb5668d1d4..32f7916bc0d7 100644 --- a/security/razorback-virusTotal/Makefile +++ b/security/razorback-virusTotal/Makefile @@ -22,8 +22,7 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master RB_LIBDIR?= ${PREFIX}/lib/razorback GNU_CONFIGURE= yes -USES= libtool pkgconfig -USE_AUTOTOOLS= autoconf +USES= autoreconf libtool pkgconfig USE_LDCONFIG= ${RB_LIBDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |