svn commit: r456734 - head/devel/libdistance

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 19 16:16:28 UTC 2017


Author: bapt
Date: Tue Dec 19 16:16:27 2017
New Revision: 456734
URL: https://svnweb.freebsd.org/changeset/ports/456734

Log:
  Switch dependency from swig20 to swig30

Modified:
  head/devel/libdistance/Makefile

Modified: head/devel/libdistance/Makefile
==============================================================================
--- head/devel/libdistance/Makefile	Tue Dec 19 16:07:01 2017	(r456733)
+++ head/devel/libdistance/Makefile	Tue Dec 19 16:16:27 2017	(r456734)
@@ -11,13 +11,13 @@ COMMENT=	Compute the distance between two pieces of da
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	swig2.0:devel/swig20
+BUILD_DEPENDS=	swig3.0:devel/swig30
 
 USES+=		fakeroot pkgconfig tcl
 USE_LDCONFIG=	yes
 
 MAKE_ARGS+=	INCLUDEDIR=${PREFIX}/include LIBDIR=${PREFIX}/lib
-MAKE_ARGS+=	MANDIR=${PREFIX}/man/man SWIG=swig2.0
+MAKE_ARGS+=	MANDIR=${PREFIX}/man/man SWIG=swig3.0
 CFLAGS+=	-fPIC
 
 pre-build:


More information about the svn-ports-head mailing list