diff options
author | ade <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-08-22 19:34:32 +0000 |
commit | 4b9e0f07bfdac7575be92aeb13c065ff2cb91b42 (patch) | |
tree | db18b91a7faf4960db603dd768fe71b2fa6c9968 /mail/cucipop | |
parent | 664e06eb6023c34236e75e5a31c39f0941cf2a6b (diff) | |
download | FreeBSD-ports-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.zip FreeBSD-ports-4b9e0f07bfdac7575be92aeb13c065ff2cb91b42.tar.gz |
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 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 965fb50..e002baa 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -23,7 +23,7 @@ PATCHFILES= cucipop-1.31-v6-20010223.diff.gz PATCH_DIST_STRIP= -p1 .endif -#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db +#BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 MAINTAINER= vanilla@FreeBSD.org |