diff options
author | arved <arved@FreeBSD.org> | 2015-02-18 00:08:35 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2015-02-18 00:08:35 +0800 |
commit | 9d40ffb3c40a0971e98ecc99bcd743c849a8eb43 (patch) | |
tree | ce8c7173e8cae1e385be69f21ac39d4f8bdf2157 /net-im/profanity | |
parent | 12385e29e280bbc91f52683f04ddb784347d4d46 (diff) | |
download | freebsd-ports-gnome-9d40ffb3c40a0971e98ecc99bcd743c849a8eb43.tar.gz freebsd-ports-gnome-9d40ffb3c40a0971e98ecc99bcd743c849a8eb43.tar.zst freebsd-ports-gnome-9d40ffb3c40a0971e98ecc99bcd743c849a8eb43.zip |
Fix typo
Submitted by: Freshports sanity checker
Diffstat (limited to 'net-im/profanity')
-rw-r--r-- | net-im/profanity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/profanity/Makefile b/net-im/profanity/Makefile index 432e840939ae..6657d80baca0 100644 --- a/net-im/profanity/Makefile +++ b/net-im/profanity/Makefile @@ -11,7 +11,7 @@ COMMENT= Console based XMPP client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libstrophe.so:${PORTNAME}/net-im/libstrophe \ +LIB_DEPENDS= libstrophe.so:${PORTSDIR}/net-im/libstrophe \ libglib-2.0.so:${PORTSDIR}/devel/glib20 \ libcurl.so:${PORTSDIR}/ftp/curl \ libotr.so:${PORTSDIR}/security/libotr3 |