diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:50:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-26 12:50:40 +0000 |
commit | 5743712b3dfcfacb272cb7492a82c59a5b460847 (patch) | |
tree | 00c970bcb909a3394bb57c821fd8330ca2421162 /security/rats | |
parent | 05e980f565333e9d634ba0706053b2471b3518ce (diff) |
Notes
Diffstat (limited to 'security/rats')
-rw-r--r-- | security/rats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/rats/Makefile b/security/rats/Makefile index b1dad7ec79be..51b96328b9dd 100644 --- a/security/rats/Makefile +++ b/security/rats/Makefile @@ -13,7 +13,7 @@ COMMENT= Source code auditing tool LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CONFIGURE_ARGS+=--with-expat-lib=${LOCALBASE}/lib \ --with-expat-include=${LOCALBASE}/include/xml \ --datadir=${DATADIR} |