summaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-03-13 11:01:01 +0000
committerobache <obache@pkgsrc.org>2012-03-13 11:01:01 +0000
commitb7755c20a30ebafb5acf5fea2c2c09b25d3adb7a (patch)
treedc10895fcab6d568beaf6795aaff9ce91cc4d35c /mail/sendmail
parent02893c1a0ac4206b1438780369956c624aa5803e (diff)
downloadpkgsrc-b7755c20a30ebafb5acf5fea2c2c09b25d3adb7a.tar.gz
require includion of bsd.prefs.mk before using system variables.
Diffstat (limited to 'mail/sendmail')
-rw-r--r--mail/sendmail/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common
index fdcf960f596..8b86965a208 100644
--- a/mail/sendmail/Makefile.common
+++ b/mail/sendmail/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2012/03/12 12:53:12 fhajny Exp $
+# $NetBSD: Makefile.common,v 1.56 2012/03/13 11:01:01 obache Exp $
#
# used by mail/libmilter/Makefile
# used by mail/sendmail/Makefile
@@ -34,6 +34,8 @@ WRKSRC= ${WRKDIR}/sendmail-${DIST_VERS}
USE_TOOLS+= gm4
MAKE_ENV+= M4=${TOOLS_M4}
+.include "../../mk/bsd.prefs.mk"
+
.if ${OPSYS} == "SunOS" && exists(/usr/include/paths.h)
CFLAGS+= -DSOLARIS_HAS_PATHS_H
.endif