aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postgrey/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-10-15 19:48:02 +0800
committerpav <pav@FreeBSD.org>2004-10-15 19:48:02 +0800
commitf3e9752971e4081c8abc0d2c19d3120c1317313b (patch)
tree025867b237942b96c80baa3f67abfbd9fd1b95b6 /mail/postgrey/Makefile
parented9a6fe55043b23b8c0ea99671e8a70004aa8ad7 (diff)
downloadfreebsd-ports-gnome-f3e9752971e4081c8abc0d2c19d3120c1317313b.tar.gz
freebsd-ports-gnome-f3e9752971e4081c8abc0d2c19d3120c1317313b.tar.zst
freebsd-ports-gnome-f3e9752971e4081c8abc0d2c19d3120c1317313b.zip
- Move BDB check to pre-extract to allow fetching without dependencies installed
PR: ports/72699 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'mail/postgrey/Makefile')
-rw-r--r--mail/postgrey/Makefile2
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"