diff options
author | bapt <bapt@FreeBSD.org> | 2017-12-21 03:34:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-12-21 03:34:11 +0800 |
commit | 799ba08ceea2499bc16e2e059b000ac945986d6e (patch) | |
tree | bac7657b7c809f134de666e3748eb52500cad676 /dns | |
parent | abfd36450fd088c77f8a2cdaf48f94fb344e3757 (diff) | |
download | freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.gz freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.tar.zst freebsd-ports-gnome-799ba08ceea2499bc16e2e059b000ac945986d6e.zip |
Switch from swig 2.0 to swig 3.0
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ldns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 0bcb5788e4f9..b260226fb940 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -66,8 +66,9 @@ INSTALL_TARGET= install-pyldns CONFIGURE_ARGS+=--with-pyldns LIB_DEPENDS+= libldns.so:dns/ldns -BUILD_DEPENDS+= swig2.0:devel/swig20 +BUILD_DEPENDS+= swig3.0:devel/swig30 CFLAGS+= -I${OPENSSLINC} +BINARY_ALIAS= swig=swig3.0 post-patch: @${REINPLACE_CMD} \ |