aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ccnet
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-mgmt/ccnet
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-mgmt/ccnet')
-rw-r--r--net-mgmt/ccnet/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/ccnet/Makefile b/net-mgmt/ccnet/Makefile
index 3bd2bb74b2ca..3297feecd91c 100644
--- a/net-mgmt/ccnet/Makefile
+++ b/net-mgmt/ccnet/Makefile
@@ -12,16 +12,16 @@ COMMENT= Framework for writing networked applications
LICENSE= GPLv3
-BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
-LIB_DEPENDS= libsearpc.so:${PORTSDIR}/devel/libsearpc \
- libglib-2.0.so:${PORTSDIR}/devel/glib20 \
- libgobject-2.0.so:${PORTSDIR}/devel/glib20 \
- libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
- libzdb.so:${PORTSDIR}/databases/libzdb \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
- libevent.so:${PORTSDIR}/devel/libevent2 \
- libjansson.so:${PORTSDIR}/devel/jansson \
- libldap.so:${PORTSDIR}/net/openldap24-client
+BUILD_DEPENDS= valac:lang/vala
+LIB_DEPENDS= libsearpc.so:devel/libsearpc \
+ libglib-2.0.so:devel/glib20 \
+ libgobject-2.0.so:devel/glib20 \
+ libsqlite3.so:databases/sqlite3 \
+ libzdb.so:databases/libzdb \
+ libuuid.so:misc/e2fsprogs-libuuid \
+ libevent.so:devel/libevent2 \
+ libjansson.so:devel/jansson \
+ libldap.so:net/openldap24-client
USE_GITHUB= yes
GH_ACCOUNT= haiwen