aboutsummaryrefslogtreecommitdiff
path: root/net/linknx
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/linknx
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/linknx')
-rw-r--r--net/linknx/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile
index 46295400c0c4..8d7411439aeb 100644
--- a/net/linknx/Makefile
+++ b/net/linknx/Makefile
@@ -11,8 +11,8 @@ COMMENT= Rule-based event handling in a KNX installation
LICENSE= GPLv2
-LIB_DEPENDS= libpthsem.so:${PORTSDIR}/devel/pthsem
-BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone
+LIB_DEPENDS= libpthsem.so:devel/pthsem
+BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:devel/argp-standalone
USES= gmake autoreconf pkgconfig
GNU_CONFIGURE= yes
@@ -28,11 +28,11 @@ LIBLUA_DESC= Install liblua for scripting
MYSQL_DESC= Install libmysql for logging & persist
LIBESMTP_CONFIGURE_ENABLE= smtp
-LIBESMTP_LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
+LIBESMTP_LIB_DEPENDS= libesmtp.so:mail/libesmtp
LIBCURL_CONFIGURE_WITH= libcurl
-LIBCURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+LIBCURL_LIB_DEPENDS= libcurl.so:ftp/curl
# autoreconf needs that anyway.
-LIBCURL_BUILD_DEPENDS_OFF= ${LOCALBASE}/share/aclocal/libcurl.m4:${PORTSDIR}/ftp/curl
+LIBCURL_BUILD_DEPENDS_OFF= ${LOCALBASE}/share/aclocal/libcurl.m4:ftp/curl
LIBLUA_CONFIGURE_WITH= lua
LIBLUA_USES= lua
LIBLUA_CFLAGS= -I${LUA_INCDIR}