From b298775db4873f36dda00814b47bf5a406686d15 Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 18 Dec 2004 02:44:12 +0000 Subject: include bsd.prefs.mk before ?= of various pkgsrc build options so they are picked up from mk.conf. --- mail/qpopper/Makefile.common | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/qpopper') 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 -- cgit v1.2.3