summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-01-18 12:42:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-01-18 12:42:54 +0000
commitfd591e183593c576a9c15e620cbb45fb4877d829 (patch)
tree60f0820b93f1b0c12bcec2497936f2320372c0d4 /x11-toolkits
parentUpdate to the 20070117 snapshot of GCC 4.2.0. (diff)
- update default for option ASPELL_PORT
Notes
Notes: svn path=/head/; revision=182723
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 5317b136e9a1..c3e3975f52c3 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -57,7 +57,7 @@ PLIST_SUB+= WITH_CUPS=""
PLIST_SUB+= WITH_CUPS="@comment "
.endif
-ASPELL_PORT?= german/aspell
+ASPELL_PORT?= textproc/aspell
.if !defined(WITHOUT_ASPELL)
LIB_DEPENDS+= aspell:${PORTSDIR}/${ASPELL_PORT}
PLIST_SUB+= WITH_ASPELL=""