diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-18 20:42:54 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-18 20:42:54 +0800 |
commit | 0e98ed44b20b596a5276654fc4f6b6826a86a88a (patch) | |
tree | 03f3ce6a2d8db1d46e827cae8e779e2c3a020f63 /x11-toolkits | |
parent | e5c45595e64745d93f5bc1522e4e0981fbbb2eb2 (diff) | |
download | freebsd-ports-gnome-0e98ed44b20b596a5276654fc4f6b6826a86a88a.tar.gz freebsd-ports-gnome-0e98ed44b20b596a5276654fc4f6b6826a86a88a.tar.zst freebsd-ports-gnome-0e98ed44b20b596a5276654fc4f6b6826a86a88a.zip |
- update default for option ASPELL_PORT
Diffstat (limited to 'x11-toolkits')
-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="" |