diff options
author | bapt <bapt@FreeBSD.org> | 2017-12-19 23:35:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-12-19 23:35:41 +0800 |
commit | b89e60ec339188a31dbffd6c9769ec26cb5ec819 (patch) | |
tree | 606a328206c95d81084dbd9ccc07dd36ce3be900 /comms/hamlib | |
parent | 44013b44edece6600a225f7dcc24a39e5a2e3ad7 (diff) | |
download | freebsd-ports-gnome-b89e60ec339188a31dbffd6c9769ec26cb5ec819.tar.gz freebsd-ports-gnome-b89e60ec339188a31dbffd6c9769ec26cb5ec819.tar.zst freebsd-ports-gnome-b89e60ec339188a31dbffd6c9769ec26cb5ec819.zip |
Switch to swig 3.0
Diffstat (limited to 'comms/hamlib')
-rw-r--r-- | comms/hamlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hamlib/Makefile b/comms/hamlib/Makefile index e8b42dc7d9d3..d281427433a4 100644 --- a/comms/hamlib/Makefile +++ b/comms/hamlib/Makefile @@ -12,7 +12,7 @@ COMMENT= Shared libraries for Amateur Radio Equipment Control Applications LICENSE= LGPL20 -BUILD_DEPENDS= swig:devel/swig13 +BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libltdl.so:devel/libltdl INFO= hamlib @@ -31,6 +31,7 @@ CONFIGURE_ARGS= --with-perl-binding \ --with-python-binding --without-rigmatrix PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} INSTALL_TARGET= install-strip +BINARY_ALIAS= swig=swig3.0 OPTIONS_DEFINE= DOCS |