diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 11:48:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-15 11:48:02 +0000 |
commit | 60dd487d2bfeee951831b317ffe94f7b19e569ac (patch) | |
tree | c9e265b1f86779fca98d0653d1ef9db50edf3b44 /mail/postgrey | |
parent | db5cad7305de1313a888a4e4b9aba4766f671a93 (diff) | |
download | ports-60dd487d2bfeee951831b317ffe94f7b19e569ac.tar.gz ports-60dd487d2bfeee951831b317ffe94f7b19e569ac.zip |
Notes
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 3dc2428f935f..107b5cd0b09b 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -31,7 +31,7 @@ PGY_DIR?= /var/db/postgrey PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -pre-everything:: +pre-extract: .if !defined(SKIP_BDB_CHECK) && !defined(PACKAGE_BUILDING) .if !defined(WITH_BDB_VER) @${ECHO} "This port requires databases/p5-BerkeleyDB to be built with" |