aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ldb
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/ldb
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'databases/ldb')
-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 \