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/swig13 | |
parent | 183d7474c4f74768fd3a9860d7b2cd9a1336406f (diff) |
Notes
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 4e9e08b7eec5..4cd338dda8fa 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/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 |