diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-14 08:04:45 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-14 08:04:45 +0000 |
commit | 3652411e07f81e9c6f0c366b87cc9ef457c6f80f (patch) | |
tree | 79d38b144cdb78e87ab3de6fbe3955e94b477d88 | |
parent | c34cd86f490c82c4e125cc63ae99b17f5401dc12 (diff) | |
download | ports-3652411e07f81e9c6f0c366b87cc9ef457c6f80f.tar.gz ports-3652411e07f81e9c6f0c366b87cc9ef457c6f80f.zip |
Notes
-rw-r--r-- | mail/bogofilter-qdbm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/bogofilter-qdbm/Makefile b/mail/bogofilter-qdbm/Makefile index 3f3bb4e95be0..dd9798307735 100644 --- a/mail/bogofilter-qdbm/Makefile +++ b/mail/bogofilter-qdbm/Makefile @@ -6,19 +6,20 @@ # PORTNAME= bogofilter -PORTREVISION= 2 CATEGORIES= mail PKGNAMESUFFIX= -qdbm -MASTERDIR= ${.CURDIR}/../bogofilter +MAINTAINER= matthias.andree@gmx.de LIB_DEPENDS= qdbm.3:${PORTSDIR}/databases/qdbm -CONFLICTS= bogofilter-0* bogofilter-tdb* [a-z][a-z]-bogofilter-0* +CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]* CONFIGURE_ARGS= --with-database=qdbm CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" DESCR= ${PKGDIR}/pkg-descr +MASTERDIR= ${.CURDIR}/../bogofilter + .include "${MASTERDIR}/Makefile" |