diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
commit | 3fccc4d9a5d6f45ef88537bd20d39666977499c5 (patch) | |
tree | aa27cbe7bcc7815f9e47e9e8f58ac9c162a4a641 /security/pks/Makefile | |
parent | Fix typo that would have meant this port would not have compiled (diff) |
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 '')
-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 \ |