diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/ncdc | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/Makefile | 16 |
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> |