diff options
author | grant <grant@pkgsrc.org> | 2004-12-18 02:44:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-18 02:44:12 +0000 |
commit | 94bab8fad65360951ff7fb60067295b204745bbf (patch) | |
tree | bfa4de89db13fba59070001935a534f44cf3449e /mail | |
parent | 905f10c1d3b7f0909456b79edee76067f573ad21 (diff) | |
download | pkgsrc-94bab8fad65360951ff7fb60067295b204745bbf.tar.gz |
include bsd.prefs.mk before ?= of various pkgsrc build options so they
are picked up from mk.conf.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qpopper/Makefile.common | 10 |
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 |