aboutsummaryrefslogtreecommitdiff
path: root/net-im/profanity
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-im/profanity
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-im/profanity')
-rw-r--r--net-im/profanity/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile
index a059adc9b2ee..72d84479cdf2 100644
--- a/net-im/profanity/Makefile
+++ b/net-im/profanity/Makefile
@@ -12,12 +12,12 @@ COMMENT= Console based XMPP client
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LIB_DEPENDS= libstrophe.so:${PORTSDIR}/net-im/libstrophe \
- libglib-2.0.so:${PORTSDIR}/devel/glib20 \
- libcurl.so:${PORTSDIR}/ftp/curl \
- libotr.so.5:${PORTSDIR}/security/libotr \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
- libgpgme.so:${PORTSDIR}/security/gpgme
+LIB_DEPENDS= libstrophe.so:net-im/libstrophe \
+ libglib-2.0.so:devel/glib20 \
+ libcurl.so:ftp/curl \
+ libotr.so.5:security/libotr \
+ libuuid.so:misc/e2fsprogs-libuuid \
+ libgpgme.so:security/gpgme
USES= ncurses pkgconfig
GNU_CONFIGURE= yes
@@ -26,7 +26,7 @@ CONFIGURE_ENV= LIBS="${CFLAGS} -lcrypto"
OPTIONS_DEFINE= NOTIFY
-NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
+NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE=notifications
.include <bsd.port.mk>