diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-02 11:31:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-02 11:31:09 +0000 |
commit | 837a6abde6f8d730cda20a79ce1b7fe24acbf0d9 (patch) | |
tree | 55a12271ce3b5e82e43e9b3323001b0ad7fc271d /devel/swig13/Makefile | |
parent | abb93a89506b986471b7e85be21c20a99dad3f3a (diff) | |
download | ports-837a6abde6f8d730cda20a79ce1b7fe24acbf0d9.tar.gz ports-837a6abde6f8d730cda20a79ce1b7fe24acbf0d9.zip |
Notes
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r-- | devel/swig13/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 1abe5a5c1bf6..9b86061fdc84 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -6,7 +6,7 @@ # PORTNAME= swig -PORTVERSION= 1.3.16 +PORTVERSION= 1.3.19 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +18,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf VER= ${PORTVERSION:R} +# Supported languages: guile perl php4 python ruby tcl ocaml pike java SWIG_LANGUAGES?= guile perl php4 python ruby tcl .for lang in ${SWIG_LANGUAGES} WANT_SWIG_${lang:U}= yes |