diff options
author | mnag <mnag@FreeBSD.org> | 2006-03-24 08:57:41 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-03-24 08:57:41 +0800 |
commit | 72e8d56bb024c48b083017cb46859461f79e798a (patch) | |
tree | 468af43aa1cab00a0f84633de13d61c102d43783 /security | |
parent | aacadc7ca336bee81a5d5fa137e47190685fb469 (diff) | |
download | freebsd-ports-gnome-72e8d56bb024c48b083017cb46859461f79e798a.tar.gz freebsd-ports-gnome-72e8d56bb024c48b083017cb46859461f79e798a.tar.zst freebsd-ports-gnome-72e8d56bb024c48b083017cb46859461f79e798a.zip |
- Correct use of autotools
PR: 94789
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/barnyard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/barnyard/Makefile b/security/barnyard/Makefile index 7ac229cb1dda..1738a0908049 100644 --- a/security/barnyard/Makefile +++ b/security/barnyard/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort OPTIONS= MYSQL "Enable MySQL support" off \ POSTGRESQL "Enable PostgreSQL support" off -USE_AUTOTOOLS= autoheader:259 autoconf:259 +USE_AUTOTOOLS= autoheader:259 aclocal:19 USE_RC_SUBR= barnyard.sh GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" |