diff options
author | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-23 03:34:32 +0800 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /security/pks | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.zst freebsd-ports-gnome-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip |
BerkeleyDB cleanup - stage 3
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly.
Diffstat (limited to 'security/pks')
-rw-r--r-- | security/pks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index df68c58960ac..0221c5892b7a 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -20,7 +20,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= jharris@widomaker.com -LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db +LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/pks --localstatedir=/var/pks \ |