From 615f00e7b02b6bd28a12bc8eb1e82e1ff30bc005 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Mon, 7 Apr 2008 14:41:14 +0000 Subject: Unbreak for DENEU. Note that a gmake version > 3.80 is required. PR: ports/122336 Submitted by: dinoex --- textproc/ispell/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'textproc/ispell/Makefile') diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 8719a270dcd3..84d3436149bb 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ispell PORTVERSION?= 3.2.06 -PORTREVISION?= 20 +PORTREVISION?= 21 CATEGORIES+= textproc MASTER_SITES= http://fmg-www.cs.ucla.edu/geoff/tars/ \ http://distfiles.opendarwin.org/ @@ -95,10 +95,10 @@ EXTRA_DICT+= ${BRDISTFILE}:br EXTRACT_ONLY+= ${BRDISTFILE} .endif .if defined(ISPELL_DENEU) -BROKEN= igerman98-20071211/Makefile must be patched DENEUDISTFILE= igerman98-20071211.tar.bz2 MASTER_SITES+= http://www.j3e.de/ispell/igerman98/dict/:denu EXTRA_DICT+= ${DENEUDISTFILE}:denu +USE_GMAKE= yes .endif .if defined(ISPELL_DEALT) DEALTDISTFILE= hk-deutsch.tar.gz @@ -215,6 +215,8 @@ post-patch: .endif .if defined(ISPELL_DENEU) @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${PATCH} < ${FILESDIR}/DENEU.patch 2>/dev/null + @cd ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==} && ${MV} Makefile GNUmakefile + @${CP} ${FILESDIR}/DENEU.makefile ${WRKDIR}/${DENEUDISTFILE:S=.tar.bz2$==}/Makefile .endif .if defined(ISPELL_SE) @cd ${WRKDIR} && ${PATCH} < ${FILESDIR}/SE.patch 2>/dev/null -- cgit v1.2.3