aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/ncdc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/ncdc
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r--net-p2p/ncdc/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile
index 5050ad11a532..6f7fe8f03b89 100644
--- a/net-p2p/ncdc/Makefile
+++ b/net-p2p/ncdc/Makefile
@@ -13,13 +13,13 @@ COMMENT= Lightweight direct connect client with ncurses interface
LICENSE= MIT
-LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
- libpcre.so:${PORTSDIR}/devel/pcre \
- libgmp.so:${PORTSDIR}/math/gmp \
- libgnutls.so:${PORTSDIR}/security/gnutls \
- libgcrypt.so:${PORTSDIR}/security/libgcrypt \
- libnettle.so:${PORTSDIR}/security/nettle \
- libp11-kit.so:${PORTSDIR}/security/p11-kit
+LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
+ libpcre.so:devel/pcre \
+ libgmp.so:math/gmp \
+ libgnutls.so:security/gnutls \
+ libgcrypt.so:security/libgcrypt \
+ libnettle.so:security/nettle \
+ libp11-kit.so:security/p11-kit
USES= gmake pkgconfig ncurses
USE_GNOME= glib20
@@ -35,6 +35,6 @@ OPTIONS_DEFINE= GEOIP
GEOIP_CONFIGURE_WITH= geoip
GEOIP_CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" \
GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP"
-GEOIP_LIB_DEPENDS= libGeoIP.so:${PORTSDIR}/net/GeoIP
+GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
.include <bsd.port.mk>