Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2017 15:35:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456726 - head/comms/hamlib
Message-ID:  <201712191535.vBJFZfRa075718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 19 15:35:41 2017
New Revision: 456726
URL: https://svnweb.freebsd.org/changeset/ports/456726

Log:
  Switch to swig 3.0

Modified:
  head/comms/hamlib/Makefile

Modified: head/comms/hamlib/Makefile
==============================================================================
--- head/comms/hamlib/Makefile	Tue Dec 19 15:31:05 2017	(r456725)
+++ head/comms/hamlib/Makefile	Tue Dec 19 15:35:41 2017	(r456726)
@@ -12,7 +12,7 @@ COMMENT=	Shared libraries for Amateur Radio Equipment 
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712191535.vBJFZfRa075718>