diff options
author | martti <martti@pkgsrc.org> | 2006-10-16 10:04:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-10-16 10:04:01 +0000 |
commit | 851a4f9ebb0ba4e5b434e6b6b3a3f642b3d5918a (patch) | |
tree | b191d9609da6c772ff103e268584e9bf528d4174 /mail/postfix | |
parent | 4bc9cc575c5058f47af2b207243ff1a7bbf35a06 (diff) | |
download | pkgsrc-851a4f9ebb0ba4e5b434e6b6b3a3f642b3d5918a.tar.gz |
Fixed few pkglint warnings.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 930a0b98076..4589aa1906b 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.188 2006/10/16 09:54:49 martti Exp $ +# $NetBSD: Makefile,v 1.189 2006/10/16 10:04:01 martti Exp $ DISTNAME= postfix-2.3.3 #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. |