diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-11 17:42:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-11 17:42:43 +0000 |
commit | 9a17c2f83534a915da29f250175fba6933cc9231 (patch) | |
tree | f55825475b1c849d35fbb682ea090a277d01b760 | |
parent | 71634c9136b55e3cf126fe383853ea22bf465318 (diff) | |
download | ports-9a17c2f83534a915da29f250175fba6933cc9231.tar.gz ports-9a17c2f83534a915da29f250175fba6933cc9231.zip |
Notes
-rw-r--r-- | security/razorback-fsMonitor/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/razorback-fsMonitor/Makefile b/security/razorback-fsMonitor/Makefile index 27656d26787d..ed55bec0ea6d 100644 --- a/security/razorback-fsMonitor/Makefile +++ b/security/razorback-fsMonitor/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= librazorback_api.so:${PORTSDIR}/security/razorback-api \ libjson-c.so:${PORTSDIR}/devel/json-c \ libfam.so:${PORTSDIR}/devel/fam -USES= libtool pkgconfig +USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |