diff options
author | garga <garga@FreeBSD.org> | 2006-01-31 17:57:08 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-31 17:57:08 +0800 |
commit | d1bfb720d3feb64b98552ccd26c2729526828222 (patch) | |
tree | b6e779b7b1661f2a696e62a7d71cab744c51a848 /security/samba-vscan | |
parent | 4b55a63666b3ec53cae6b4c39c531e5cada8a919 (diff) | |
download | freebsd-ports-gnome-d1bfb720d3feb64b98552ccd26c2729526828222.tar.gz freebsd-ports-gnome-d1bfb720d3feb64b98552ccd26c2729526828222.tar.zst freebsd-ports-gnome-d1bfb720d3feb64b98552ccd26c2729526828222.zip |
- Add autoconf as a dependency
PR: ports/92560
Submitted by: maintainer
Reported by: krismail
Diffstat (limited to 'security/samba-vscan')
-rw-r--r-- | security/samba-vscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index 783b6ce26da5..3cde0a2a3fad 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/${VSCAN_SAMBA_PORT}:configure PORTDOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README .endif +USE_AUTOTOOLS= autoconf:259 USE_BZIP2= yes SAMBA_WRKSRC= `cd ${PORTSDIR}/net/${VSCAN_SAMBA_PORT}; make -V WRKSRC` HAS_CONFIGURE= yes |