diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/apachetop | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r-- | sysutils/apachetop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index c9b04ed7a11f..b3733de86155 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -18,13 +18,13 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= ADNS FAM PCRE ADNS_DESC= Asynchronous-capable DNS support -ADNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns +ADNS_LIB_DEPENDS= libadns.so:dns/adns ADNS_CONFIGURE_ON= --with-adns=${LOCALBASE} -FAM_LIB_DEPENDS= libfam.so:${PORTSDIR}/devel/fam +FAM_LIB_DEPENDS= libfam.so:devel/fam FAM_CONFIGURE_ON= --with-fam=${LOCALBASE} -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_COFNIGURE_ON= --with-pcre=${LOCALBASE} post-patch: |