summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portupgrade
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-06-09 20:19:51 +0000
committersem <sem@FreeBSD.org>2006-06-09 20:19:51 +0000
commit8629b39cdee92383a4287880b6eedcd001c914c5 (patch)
tree27606fcd6b1a181e3d4d083fb2250911d0f985cc /ports-mgmt/portupgrade
parentc6f3d022f01e5ba7d1369540bd9629485108b255 (diff)
downloadFreeBSD-ports-8629b39cdee92383a4287880b6eedcd001c914c5.zip
FreeBSD-ports-8629b39cdee92383a4287880b6eedcd001c914c5.tar.gz
- Fix includeing ldconfig_compat
Submitted by: Scott Allendorf <scott-allendorf at uiowa.edu>
Diffstat (limited to 'ports-mgmt/portupgrade')
-rw-r--r--ports-mgmt/portupgrade/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 491ce22..4ba204b 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -7,6 +7,7 @@
PORTNAME= portupgrade
PORTVERSION= 2.1.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL} \
@@ -56,9 +57,9 @@ INSTALL_TARGET+= install-doc
.if defined(WITH_BDB4)
# For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb}
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb
.else
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1
+RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1
.endif
post-install: install-ldconfig-file
OpenPOWER on IntegriCloud