aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/folks
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:16:16 +0800
commitc60c1d09235abbfd733e901b1872b86adc82027c (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-im/folks
parent0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff)
downloadfreebsd-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-im/folks')
-rw-r--r--net-im/folks/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile
index 336256c9dbdd..05ff252fe37c 100644
--- a/net-im/folks/Makefile
+++ b/net-im/folks/Makefile
@@ -9,11 +9,11 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= library to aggregates people from multiple sources
-BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala
-LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \
- libgcr-3.so:${PORTSDIR}/security/gcr \
- libzeitgeist-2.0.so:${PORTSDIR}/sysutils/zeitgeist \
- libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
+BUILD_DEPENDS= vapigen:lang/vala
+LIB_DEPENDS= libgee-0.8.so:devel/libgee \
+ libgcr-3.so:security/gcr \
+ libzeitgeist-2.0.so:sysutils/zeitgeist \
+ libtelepathy-glib.so:net-im/telepathy-glib
CONFLICTS= folks-0.4.[0-9]*
@@ -36,9 +36,9 @@ OPTIONS_DEFAULT=SOCIALWEB TRACKER
SOCIALWEB_DESC= Social web backend
TRACKER_DESC= Tracker backend
SOCIALWEB_CONFIGURE_ENABLE= libsocialweb-backend
-SOCIALWEB_LIB_DEPENDS= libsocialweb.so:${PORTSDIR}/www/libsocialweb
+SOCIALWEB_LIB_DEPENDS= libsocialweb.so:www/libsocialweb
TRACKER_CONFIGURE_ENABLE= tracker-backend
-TRACKER_LIB_DEPENDS= libtracker-control-1.0.so:${PORTSDIR}/sysutils/tracker
+TRACKER_LIB_DEPENDS= libtracker-control-1.0.so:sysutils/tracker
post-patch:
@${REINPLACE_CMD} -e 's|--fatal-warnings||g' \