diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 04:54:23 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 04:54:23 +0000 |
commit | 3b62ef266f1d74eaef10a0456047d748f5f45bac (patch) | |
tree | bfba0b5a3b7d073d54679183309decc7442177ef /mail/lbdb | |
parent | 24d6e1e83fee3a28641f12fefb711d0703d3c7de (diff) | |
download | FreeBSD-ports-3b62ef266f1d74eaef10a0456047d748f5f45bac.zip FreeBSD-ports-3b62ef266f1d74eaef10a0456047d748f5f45bac.tar.gz |
Add {BUILD,RUN}_DEPENDS on the abook and gnupg ports and update pkg-plist
accordingly.
PR: 25163
Submitted by: Andre Goeree <abgoeree@uwnet.nl>
Diffstat (limited to 'mail/lbdb')
-rw-r--r-- | mail/lbdb/Makefile | 6 | ||||
-rw-r--r-- | mail/lbdb/pkg-plist | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/lbdb/Makefile b/mail/lbdb/Makefile index 8057cc8..e17cc45 100644 --- a/mail/lbdb/Makefile +++ b/mail/lbdb/Makefile @@ -7,12 +7,18 @@ PORTNAME= lbdb PORTVERSION= 0.24 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.spinnaker.de/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= mwest@uct.ac.za +BUILD_DEPENDS= abook:${PORTSDIR}/mail/abook \ + gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= abook:${PORTSDIR}/mail/abook \ + gpg:${PORTSDIR}/security/gnupg + WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} GNU_CONFIGURE= YES CONFIGURE_ARGS+= --libdir=${PREFIX}/libexec --enable-lbdb-dotlock diff --git a/mail/lbdb/pkg-plist b/mail/lbdb/pkg-plist index 16fa601..1d3d9af 100644 --- a/mail/lbdb/pkg-plist +++ b/mail/lbdb/pkg-plist @@ -8,6 +8,7 @@ libexec/lbdb_bbdb_query.el libexec/lbdb_lib libexec/munge libexec/munge-keeporder +libexec/m_abook libexec/m_bbdb libexec/m_fido libexec/m_finger |