diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /mail/kshowmail | |
parent | be8126109fa13097c8a0f9337fa9dfb68cf5d4c2 (diff) | |
download | ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.tar.gz ports-8262a7b51d413e11ef8f67c56e862ebbc6f182de.zip |
Notes
Diffstat (limited to 'mail/kshowmail')
-rw-r--r-- | mail/kshowmail/Makefile | 4 | ||||
-rw-r--r-- | mail/kshowmail/files/patch-admin-configure.in.min | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/kshowmail/Makefile b/mail/kshowmail/Makefile index c2678cd4ad50..f96d13da8b48 100644 --- a/mail/kshowmail/Makefile +++ b/mail/kshowmail/Makefile @@ -6,7 +6,7 @@ PORTNAME= kshowmail PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20for%20KDE3/${PORTVERSION} @@ -18,7 +18,7 @@ LIB_DEPENDS= mimelib.1:${PORTSDIR}/deskutils/kdepim3 USE_KDELIBS_VER= 3 USE_GETTEXT= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env GNU_CONFIGURE= yes .include <bsd.port.pre.mk> diff --git a/mail/kshowmail/files/patch-admin-configure.in.min b/mail/kshowmail/files/patch-admin-configure.in.min new file mode 100644 index 000000000000..fd843e623356 --- /dev/null +++ b/mail/kshowmail/files/patch-admin-configure.in.min @@ -0,0 +1,7 @@ +--- admin/configure.in.min.orig 2007-03-12 10:34:22.000000000 -0500 ++++ admin/configure.in.min 2010-09-05 15:17:20.000000000 -0500 +@@ -46,2 +46,4 @@ + dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX + AC_CHECK_COMPILERS |