diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:55:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-12 01:55:22 +0800 |
commit | 0d3c802e304ae1ed7d5e5312317ced44e6c25813 (patch) | |
tree | 3696a9a792d7833afe6e608c363f22f71d38227f /security | |
parent | ccfbc003495e8ebcfd6acb5777a8104e5dad986f (diff) | |
download | freebsd-ports-gnome-0d3c802e304ae1ed7d5e5312317ced44e6c25813.tar.gz freebsd-ports-gnome-0d3c802e304ae1ed7d5e5312317ced44e6c25813.tar.zst freebsd-ports-gnome-0d3c802e304ae1ed7d5e5312317ced44e6c25813.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'security')
-rw-r--r-- | security/razorback-pdfFox/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/razorback-pdfFox/Makefile b/security/razorback-pdfFox/Makefile index b11656dc2750..38cffdabd8e0 100644 --- a/security/razorback-pdfFox/Makefile +++ b/security/razorback-pdfFox/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 |