diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/linknx | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-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/linknx')
-rw-r--r-- | net/linknx/Makefile | 10 |
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} |