summaryrefslogtreecommitdiff
path: root/mail/courier-auth
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-24 00:22:45 +0000
committerjlam <jlam@pkgsrc.org>2004-02-24 00:22:45 +0000
commit25fc79de856e42a439cb11a87d24fb8d99235d7d (patch)
treeebdcd8025dc679dda589b0044371b9e44cb09165 /mail/courier-auth
parentfc38e559ec7e681286afe9895088121f726a530a (diff)
downloadpkgsrc-25fc79de856e42a439cb11a87d24fb8d99235d7d.tar.gz
Clean up Solaris db handling by just noting that we need db-1.85
functionality.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r--mail/courier-auth/Makefile.authdaemond7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond
index 685c1f4febb..4f4b1d8eda2 100644
--- a/mail/courier-auth/Makefile.authdaemond
+++ b/mail/courier-auth/Makefile.authdaemond
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.authdaemond,v 1.8 2004/02/22 01:52:05 jlam Exp $
+# $NetBSD: Makefile.authdaemond,v 1.9 2004/02/24 00:22:45 jlam Exp $
USE_BUILDLINK3= yes
USE_LANGUAGES= c c++
@@ -7,6 +7,7 @@ USE_LANGUAGES= c c++
PERL5_REQD+= 5.6.0
USE_PERL5?= build
+USE_DB185= yes
# These are files needed by the configure scripts or are needed by the
# build process.
@@ -48,9 +49,7 @@ BUILD_DIRS= ${WRKSRC_SUBDIRS:S/^/${WRKSRC}\//}
FILES_SUBST+= SYSCONFTOOL=${SYSCONFTOOL:Q}
-.if ${OPSYS} == "SunOS"
-. include "../../databases/db/buildlink3.mk"
-.endif
+.include "../../databases/db/buildlink3.mk"
.if defined(USE_PAM)
BUILD_DEFS+= USE_PAM
. include "../../security/PAM/buildlink3.mk"