aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-01-24 10:21:15 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-01-24 10:21:15 +0000
commitb945ee9aef91c096261eab795806eb01e4d856cb (patch)
tree1ec26948f9558990c8734e6a1e3c9476e125ff5a /x11-toolkits
parent49209b630d0039f97058f90d5a6a2d781e556480 (diff)
downloadports-b945ee9aef91c096261eab795806eb01e4d856cb.tar.gz
ports-b945ee9aef91c096261eab795806eb01e4d856cb.zip
- inlcude aspell suppret by default
- new option ASPELL_PORT to use a localized aspell - new option WITHOUT_ASPELL
Notes
Notes: svn path=/head/; revision=154334
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile10
1 files changed, 9 insertions, 1 deletions
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}