aboutsummaryrefslogtreecommitdiff
path: root/databases/ldb/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/ldb/Makefile
parent7f4572eae4327c4403d9ef714cb6de917650662a (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 'databases/ldb/Makefile')
-rw-r--r--databases/ldb/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index def1af8d2c4d..29fd09be000b 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -32,10 +32,10 @@ CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man \
OPTIONS_DEFINE= MANPAGES
MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl)
-BUILD_DEPENDS+= talloc>=2.1.5:${PORTSDIR}/devel/talloc \
- tevent>=0.9.26:${PORTSDIR}/devel/tevent \
- tdb>=1.3.8,1:${PORTSDIR}/databases/tdb \
- popt>=0:${PORTSDIR}/devel/popt
+BUILD_DEPENDS+= talloc>=2.1.5:devel/talloc \
+ tevent>=0.9.26:devel/tevent \
+ tdb>=1.3.8,1:databases/tdb \
+ popt>=0:devel/popt
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFIGURE_ARGS+= --bundled-libraries=!talloc,!tevent,!tdb,!popt \
@@ -47,8 +47,8 @@ CONFIGURE_ARGS+= --bundled-libraries=!talloc,!tevent,!tdb,!popt \
.if ! ${PORT_OPTIONS:MMANPAGES}
CONFIGURE_ENV+= XSLTPROC="true"
.else
-BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
- xsltproc:${PORTSDIR}/textproc/libxslt
+BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \
+ xsltproc:textproc/libxslt
.endif
PLIST_FILES= bin/ldbedit \