diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-31 17:57:08 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-31 17:57:08 +0800 |
commit | 7043ecb0f9f7ae84af970bcbfb9d3b354f97cb96 (patch) | |
tree | f0f2e8c2ee35f2fb3676a0b4d162f5c9b3daff9c | |
parent | 47f9459c8fe38b02d4b771946c569143e2a2f1c5 (diff) | |
download | freebsd-ports-gnome-7043ecb0f9f7ae84af970bcbfb9d3b354f97cb96.tar.gz freebsd-ports-gnome-7043ecb0f9f7ae84af970bcbfb9d3b354f97cb96.tar.zst freebsd-ports-gnome-7043ecb0f9f7ae84af970bcbfb9d3b354f97cb96.zip |
- Add autoconf as a dependency
PR: ports/92560
Submitted by: maintainer
Reported by: krismail
-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 |