diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/libpsl | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'dns/libpsl')
-rw-r--r-- | dns/libpsl/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/libpsl/Makefile b/dns/libpsl/Makefile index c385f702e6fc..2333b9b992dd 100644 --- a/dns/libpsl/Makefile +++ b/dns/libpsl/Makefile @@ -12,8 +12,8 @@ COMMENT= C library to handle the Public Suffix List LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= public_suffix_list>=0:${PORTSDIR}/dns/public_suffix_list \ - xsltproc:${PORTSDIR}/textproc/libxslt +BUILD_DEPENDS= public_suffix_list>=0:dns/public_suffix_list \ + xsltproc:textproc/libxslt OPTIONS_DEFINE= NLS OPTIONS_SINGLE= IDNA @@ -36,14 +36,14 @@ GH_ACCOUNT= rockdaboot USE_GITHUB= yes ICU_CONFIGURE_ON= --enable-builtin=libicu --enable-runtime=libicu -ICU_LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu +ICU_LIB_DEPENDS= libicuuc.so:devel/icu IDN_CONFIGURE_ON= --enable-builtin=libidn --enable-runtime=libidn -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ - libunistring.so:${PORTSDIR}/devel/libunistring +IDN_LIB_DEPENDS= libidn.so:dns/libidn \ + libunistring.so:devel/libunistring IDN_USES= iconv IDN2_CONFIGURE_ON= --enable-builtin=libidn2 --enable-runtime=libidn2 -IDN2_LIB_DEPENDS= libidn2.so:${PORTSDIR}/dns/libidn2 \ - libunistring.so:${PORTSDIR}/devel/libunistring +IDN2_LIB_DEPENDS= libidn2.so:dns/libidn2 \ + libunistring.so:devel/libunistring IDN2_USES= iconv NLS_CPPFLAGS= -DENABLE_NLS=1 NLS_USES= gettext |