diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-18 12:42:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-18 12:42:54 +0000 |
commit | fd591e183593c576a9c15e620cbb45fb4877d829 (patch) | |
tree | 60f0820b93f1b0c12bcec2497936f2320372c0d4 | |
parent | Update to the 20070117 snapshot of GCC 4.2.0. (diff) |
- update default for option ASPELL_PORT
Notes
Notes:
svn path=/head/; revision=182723
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
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="" |