diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 19:14:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-05 19:14:37 +0800 |
commit | 647c3a7240cf6383a4137c7054ca1a61380c42f8 (patch) | |
tree | 72aef7ad7629dc3ff5cec6ae7ec8bcd66de808c9 /net/axa | |
parent | dcd8ba11560f87904412149e20fe81ea3bc0dad2 (diff) | |
download | freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.tar.gz freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.tar.zst freebsd-ports-gnome-647c3a7240cf6383a4137c7054ca1a61380c42f8.zip |
Move devel/libcheck to devel/check
- Bump PORTREVISION for dependent ports
Diffstat (limited to 'net/axa')
-rw-r--r-- | net/axa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/axa/Makefile b/net/axa/Makefile index 0c23cbb16ba5..661a09bb2a53 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -2,6 +2,7 @@ PORTNAME= axa PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net dns MASTER_SITES= FARSIGHT/${PORTNAME} LOCAL/truckman/farsight @@ -15,7 +16,7 @@ LICENSE_FILE_PD= ${WRKSRC}/license_pd BUILD_DEPENDS= bash:shells/bash \ sie-nmsg>0:net/sie-nmsg -LIB_DEPENDS= libcheck.so:devel/libcheck \ +LIB_DEPENDS= libcheck.so:devel/check \ libprotobuf-c.so:devel/protobuf-c \ libnmsg.so:net/nmsg \ libwdns.so:dns/wdns \ |