[Midnightbsd-cvs] mports [16932] trunk/mail/mutt/Makefile: aspell to ispell

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 12:04:14 EDT 2014


Revision: 16932
          http://svnweb.midnightbsd.org/mports/?rev=16932
Author:   laffer1
Date:     2014-09-07 12:04:13 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
aspell to ispell

Modified Paths:
--------------
    trunk/mail/mutt/Makefile

Modified: trunk/mail/mutt/Makefile
===================================================================
--- trunk/mail/mutt/Makefile	2014-09-07 16:03:08 UTC (rev 16931)
+++ trunk/mail/mutt/Makefile	2014-09-07 16:04:13 UTC (rev 16932)
@@ -2,7 +2,7 @@
 
 PORTNAME=	mutt
 PORTVERSION=	1.4.2.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES+=	mail ipv6
 MASTER_SITES=	ftp://ftp.mutt.org/mutt/ \
 		ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
@@ -30,8 +30,8 @@
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 .if defined(PACKAGE_BUILDING) && !defined (MUTT_LITE)
 WITH_SLANG=	yes
-BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
-RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/ispell \
+BUILD_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
+RUN_DEPENDS+=	ispell:${PORTSDIR}/textproc/aspell-ispell \
 		urlview:${PORTSDIR}/textproc/urlview
 USE_GMAKE=	yes
 .endif



More information about the Midnightbsd-cvs mailing list