From b945ee9aef91c096261eab795806eb01e4d856cb Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 24 Jan 2006 10:21:15 +0000 Subject: [PATCH] - inlcude aspell suppret by default - new option ASPELL_PORT to use a localized aspell - new option WITHOUT_ASPELL --- x11-toolkits/gnustep-gui/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index ca8081b8488c..6804db8782e6 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.10.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core @@ -62,6 +62,14 @@ PLIST_SUB+= WITH_CUPS="" PLIST_SUB+= WITH_CUPS="@comment " .endif +ASPELL_PORT?= german/aspell +.if !defined(WITHOUT_ASPELL) +LIB_DEPENDS+= aspell:${PORTSDIR}/${ASPELL_PORT} +PLIST_SUB+= WITH_ASPELL="" +.else +PLIST_SUB+= WITH_ASPELL="@comment " +.endif + pre-configure: .for file in config.guess config.sub install-sh @${CP} ${PREFIX}/System/Library/Makefiles/${file} ${WRKSRC}