aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq
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/licq
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile8
-rw-r--r--net-im/licq/Makefile.inc4
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index 90e9a6dca9dc..7a5e644c432f 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -12,7 +12,7 @@ COMMENT= Popular ICQ-compatible plugin-based program
LICENSE= GPLv2
-LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_regex.so:devel/boost-libs
USES= cmake iconv
USE_OPENSSL= yes
@@ -29,9 +29,9 @@ GPGME_DESC= Build support for gpgme
NLS_USES= gettext
NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=OFF
-GPGME_LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
- libassuan.so:${PORTSDIR}/security/libassuan \
- libgpg-error.so:${PORTSDIR}/security/libgpg-error
+GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \
+ libassuan.so:security/libassuan \
+ libgpg-error.so:security/libgpg-error
.include <bsd.port.options.mk>
diff --git a/net-im/licq/Makefile.inc b/net-im/licq/Makefile.inc
index e07741cfcd87..6caff76d099a 100644
--- a/net-im/licq/Makefile.inc
+++ b/net-im/licq/Makefile.inc
@@ -4,8 +4,8 @@
PKGNAMEPREFIX= licq-
LICQ_VER= 1.8.2
.if ${PORTNAME} != "base"
-BUILD_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
-RUN_DEPENDS+= licq:${PORTSDIR}/${LICQ_PORT}
+BUILD_DEPENDS+= licq:${LICQ_PORT}
+RUN_DEPENDS+= licq:${LICQ_PORT}
WRKSRC?= ${WRKDIR}/${DISTNAME}/plugins/${PORTNAME}
.endif
MASTER_SITES= SF/licq/licq/${LICQ_VER}