summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authormartti <martti>2006-10-16 10:04:01 +0000
committermartti <martti>2006-10-16 10:04:01 +0000
commita294c24205721ca8a8efb7803a8a18ecd504a1b8 (patch)
treeb191d9609da6c772ff103e268584e9bf528d4174 /mail/postfix-current
parentaebe2793ada24381740cb508db2039c63a53bcdf (diff)
downloadpkgsrc-a294c24205721ca8a8efb7803a8a18ecd504a1b8.tar.gz
Fixed few pkglint warnings.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 4e6b3c17328..c9155544582 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2006/10/16 09:54:49 martti Exp $
+# $NetBSD: Makefile,v 1.69 2006/10/16 10:04:01 martti Exp $
DISTNAME= postfix-2.4-20061015
#PKGREVISION= 1
@@ -23,6 +23,7 @@ USE_TOOLS+= perl
# ${PKG_SYSCONFDIR}/main.cf.
#
POSTFIX_QUEUE_DIR?= ${VARBASE}/spool/postfix
+BUILD_DEFS+= VARBASE
# CCARGS is a list of options to pass to the preprocessor/compiler.
# AUXLIBS is a list of options to pass to the linker.