summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authorgrant <grant>2004-12-18 02:44:12 +0000
committergrant <grant>2004-12-18 02:44:12 +0000
commitb298775db4873f36dda00814b47bf5a406686d15 (patch)
treebfa4de89db13fba59070001935a534f44cf3449e /mail/qpopper
parent73f57e1f1ae976ac2566ddf541d71e60b657d7ac (diff)
downloadpkgsrc-b298775db4873f36dda00814b47bf5a406686d15.tar.gz
include bsd.prefs.mk before ?= of various pkgsrc build options so they
are picked up from mk.conf.
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index a06a62b8179..b55a4568cdb 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2004/12/17 07:35:56 taca Exp $
+# $NetBSD: Makefile.common,v 1.12 2004/12/18 02:44:12 grant Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -8,16 +8,16 @@ CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
--enable-log-facility=LOG_${QPOPPER_FAC} \
--disable-update-abort --without-gdbm
+VERSION= 4.0.5
+
+.include "../../mk/bsd.prefs.mk"
+
QPOPPER_USER?= pop
QPOPPER_GROUP?= mail
QPOPPER_FAC?= LOCAL1
QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth
DB_SUFFIX?= db
-VERSION= 4.0.5
-
-.include "../../mk/bsd.prefs.mk"
-
.if defined(KERBEROS)
PKG_USE_KERBEROS= # defined
CONFIGURE_ARGS+= --enable-kerberos