diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-09 22:39:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-09 22:39:25 +0000 |
commit | 1fe25a026befaf985b2987af193f3add8ec9c662 (patch) | |
tree | b52e8b9d44596f7e6675a2924b99a418896203d3 /sysutils/thefish/Makefile | |
parent | 040b5e1076233f3c2497eb8f7385eb12c71f0da8 (diff) | |
download | ports-1fe25a026befaf985b2987af193f3add8ec9c662.tar.gz ports-1fe25a026befaf985b2987af193f3add8ec9c662.zip |
Notes
Diffstat (limited to 'sysutils/thefish/Makefile')
-rw-r--r-- | sysutils/thefish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 964d98a303a9..44d3cdc5e27c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -33,7 +33,7 @@ PLIST_FILES= bin/thefish pre-everything:: .if !defined(WITHOUT_X11) && !defined(NO_GUI) - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "- To build The Fish without the Qt or GTK+ UI, define NO_GUI or WITHOUT_X11" .endif .if !defined(WITH_QT) && !defined(NO_GUI) && !defined(WITHOUT_X11) @${ECHO_CMD} "- You can replace the GTK+ interface with a Qt version by defining WITH_QT" |