diff options
author | pav <pav@FreeBSD.org> | 2004-08-10 06:39:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-10 06:39:25 +0800 |
commit | 0d1ff6d353ead1341cdc8fd0f761a1a8c0a1715e (patch) | |
tree | c37e9eb35a84ed7b4e10d4dc1fd8df260700bdab /sysutils | |
parent | 634a2eb88679b94b76883e3c66cb27150d74647d (diff) | |
download | freebsd-ports-gnome-0d1ff6d353ead1341cdc8fd0f761a1a8c0a1715e.tar.gz freebsd-ports-gnome-0d1ff6d353ead1341cdc8fd0f761a1a8c0a1715e.tar.zst freebsd-ports-gnome-0d1ff6d353ead1341cdc8fd0f761a1a8c0a1715e.zip |
- Tarball rerolled to address issues pointed out by vs@ in PR's audit trail,
that is: fix build on -STABLE with WITH_QT=1 and removal of pkg-message
PR: ports/70177
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 2 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 4 | ||||
-rw-r--r-- | sysutils/thefish/pkg-message | 2 |
3 files changed, 3 insertions, 5 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" diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo index ecc491c44b56..9631a8400506 100644 --- a/sysutils/thefish/distinfo +++ b/sysutils/thefish/distinfo @@ -1,2 +1,2 @@ -MD5 (thefish-0.6.tar.gz) = d16c7a2d89fe7d96d15ecae1fc67ca72 -SIZE (thefish-0.6.tar.gz) = 41811 +MD5 (thefish-0.6.tar.gz) = 6953ae5e870eb59beaa4e1ba5483eee7 +SIZE (thefish-0.6.tar.gz) = 41866 diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message deleted file mode 100644 index fac9b0fb6f5e..000000000000 --- a/sysutils/thefish/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -*********************************************************************** -- To build The Fish without the Qt or GTK+ UI, define NO_GUI or WITHOUT_X11 |