diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-06 12:05:21 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-08-06 12:05:21 +0000 |
commit | c0432f4404ce93622e22f0798b61bd426ca0b23f (patch) | |
tree | c04a8223a86f945bd258755b73d9047df260efe8 /devel/swig20/Makefile | |
parent | freetype2 is now freetype.7 (diff) |
Add autoconf as build-time dependency.
Noted by: bento's log
Diffstat (limited to '')
-rw-r--r-- | devel/swig20/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 4e9e08b7eec5..4cd338dda8fa 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knu@FreeBSD.org +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf + VER= ${PORTVERSION:R} SWIG_LANGUAGES?= guile perl python ruby tcl |