summaryrefslogtreecommitdiff
path: root/mail/courier-auth
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-22 01:52:05 +0000
committerjlam <jlam>2004-02-22 01:52:05 +0000
commitda1c6072feb1c94ffb1b6109c77db9a47091d5db (patch)
treeae4cb8f9811107eede6ab0c6a0bacce7de0475e6 /mail/courier-auth
parent8ede3da82db659a84841a906ff7d10404839c1b6 (diff)
downloadpkgsrc-da1c6072feb1c94ffb1b6109c77db9a47091d5db.tar.gz
Move settings for USE_BUILDLINK3 and USE_LANGUAGES from the common Makefile
into the separate packages.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r--mail/courier-auth/Makefile.authdaemond5
-rw-r--r--mail/courier-auth/Makefile.common4
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond
index b9769b36fd4..685c1f4febb 100644
--- a/mail/courier-auth/Makefile.authdaemond
+++ b/mail/courier-auth/Makefile.authdaemond
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.authdaemond,v 1.7 2004/02/21 14:43:15 jlam Exp $
+# $NetBSD: Makefile.authdaemond,v 1.8 2004/02/22 01:52:05 jlam Exp $
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= c c++
.include "../courier-auth/Makefile.common"
diff --git a/mail/courier-auth/Makefile.common b/mail/courier-auth/Makefile.common
index db57e16fba3..ea88583aba0 100644
--- a/mail/courier-auth/Makefile.common
+++ b/mail/courier-auth/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/02/22 01:49:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/02/22 01:52:05 jlam Exp $
DISTNAME?= courier-${DIST_VERS}
CATEGORIES+= mail
@@ -27,8 +27,6 @@ EGDIR= ${PREFIX}/share/examples/courier
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK3= yes
-USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${DATADIR}
CONFIGURE_ARGS+= --libexecdir=${LIBEXECDIR}