diff options
author | tv <tv@pkgsrc.org> | 2006-06-15 15:14:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-06-15 15:14:59 +0000 |
commit | 6ab30376b1da77949f539d9e7bf806b149ca6b2e (patch) | |
tree | 34ab431db02994a1ac71d47e4f7ff1ac57861050 /mail/dovecot | |
parent | f14334f95d142961a482af5880192e7407cd7e95 (diff) | |
download | pkgsrc-6ab30376b1da77949f539d9e7bf806b149ca6b2e.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/Makefile | 7 |
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" |