diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-11 22:49:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-11 22:49:10 +0800 |
commit | baa7a9b32108abd055642dc8316535a402865511 (patch) | |
tree | b6ec5b56334633e8454810b006d9537b6b9cee47 /security | |
parent | ff19b765b14511aa75bd4477b0c2f60f981b2930 (diff) | |
download | freebsd-ports-gnome-baa7a9b32108abd055642dc8316535a402865511.tar.gz freebsd-ports-gnome-baa7a9b32108abd055642dc8316535a402865511.tar.zst freebsd-ports-gnome-baa7a9b32108abd055642dc8316535a402865511.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'security')
-rw-r--r-- | security/razorback-swfScanner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/razorback-swfScanner/Makefile b/security/razorback-swfScanner/Makefile index eca0b23d1f4a..0662c9308ec3 100644 --- a/security/razorback-swfScanner/Makefile +++ b/security/razorback-swfScanner/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 |