summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-06-15 15:14:59 +0000
committertv <tv@pkgsrc.org>2006-06-15 15:14:59 +0000
commit91f60db6761bd846c7731bb15dc01af19422cd37 (patch)
tree34ab431db02994a1ac71d47e4f7ff1ac57861050 /mail/dovecot
parentf8ab310dc0dbec898245ccade7ddd02ccdde44c8 (diff)
downloadpkgsrc-91f60db6761bd846c7731bb15dc01af19422cd37.tar.gz
Remove USE_LANGUAGES; it is unneeded. (All libtoolized programs look for
C++ and Fortran by default, but doing so does not bomb configure or build, so there's no harm in the pkgsrc warnings.) Because this changes the dependencies on systems using pkgsrc-supplied gcc, bump PKGREVISION. <sigh>
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 8533718cb7b..3c28552777f 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2006/06/13 16:51:40 ghen Exp $
+# $NetBSD: Makefile,v 1.54 2006/06/15 15:14:59 tv Exp $
DISTNAME= dovecot-1.0.beta9
PKGNAME= ${DISTNAME:S/.beta/beta/}
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/
@@ -18,10 +19,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --with-ssldir=${SSLCERTS:Q}
-# ./configure checks for c++ and fortran compilers although
-# dovecot doesn't actually use them, this should be fixed.
-USE_LANGUAGES+= c c++ fortran
-
.include "../../mk/bsd.prefs.mk"
.include "options.mk"