diff options
author | fjoe <fjoe@FreeBSD.org> | 2007-04-06 02:35:21 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2007-04-06 02:35:21 +0800 |
commit | 6ef68f6736574aacee952f35901e688de4d19dbe (patch) | |
tree | 4e8af35959900e8e92fa96aef46e32ae01e97623 | |
parent | 705e7b450357a9f14d1e1293cb91ab1fac00223f (diff) | |
download | freebsd-ports-gnome-6ef68f6736574aacee952f35901e688de4d19dbe.tar.gz freebsd-ports-gnome-6ef68f6736574aacee952f35901e688de4d19dbe.tar.zst freebsd-ports-gnome-6ef68f6736574aacee952f35901e688de4d19dbe.zip |
One more temporary workaround for -CURRENT.
-rw-r--r-- | mail/mutt/Makefile | 1 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 38b9a9dd166e..55b253df5adf 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -37,6 +37,7 @@ WITH_SLANG= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview +USE_GMAKE= yes .endif .if defined (MUTT_LITE) PKGNAMESUFFIX= -lite diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 38b9a9dd166e..55b253df5adf 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -37,6 +37,7 @@ WITH_SLANG= yes BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell \ urlview:${PORTSDIR}/textproc/urlview +USE_GMAKE= yes .endif .if defined (MUTT_LITE) PKGNAMESUFFIX= -lite |