aboutsummaryrefslogtreecommitdiff
path: root/sysutils/thefish
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-01-18 07:46:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-01-18 07:46:17 +0000
commit10b8aee7328b98b9ec75e196e25dd6f77514b5df (patch)
treed4ed8f27beb841a7fb21eb2eac0a8cab37377c1d /sysutils/thefish
parenta6db1bdcac4e6fa4be1a3d3bd961a9748b028401 (diff)
downloadports-10b8aee7328b98b9ec75e196e25dd6f77514b5df.tar.gz
ports-10b8aee7328b98b9ec75e196e25dd6f77514b5df.zip
Notes
Diffstat (limited to 'sysutils/thefish')
-rw-r--r--sysutils/thefish/Makefile6
-rw-r--r--sysutils/thefish/distinfo2
-rw-r--r--sysutils/thefish/pkg-message7
3 files changed, 9 insertions, 6 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index 7d0732d22aa9..362ec305b1ba 100644
--- a/sysutils/thefish/Makefile
+++ b/sysutils/thefish/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= thefish
-PORTVERSION= 0.2.3
+PORTVERSION= 0.2.4
CATEGORIES= sysutils
MASTER_SITES= http://energyhq.homeip.net/files/
MAINTAINER= flynn@energyhq.homeip.net
-.if !defined(NO_GUI) && defined(WITH_GTK2)
+.if !defined(NO_GUI) && !defined(WITH_GTK12)
LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
.endif
.if !defined(NO_GUI)
USE_X_PREFIX= yes
.endif
-.if !defined(NO_GUI) && !defined(WITH_GTK2)
+.if !defined(NO_GUI) && defined(WITH_GTK12)
USE_GNOMENG= yes
USE_GNOME= gtk12
PKGNAMESUFFIX= -gtk
diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo
index 0bbc623691e9..03f3cf52cfb6 100644
--- a/sysutils/thefish/distinfo
+++ b/sysutils/thefish/distinfo
@@ -1 +1 @@
-MD5 (thefish-0.2.3.tar.gz) = f4a3cc8133734fac8747e5cede68add5
+MD5 (thefish-0.2.4.tar.gz) = d7cc3f8944bae5aa0b366accde107432
diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message
index 6f6f8b79b25d..1e0cc56435d6 100644
--- a/sysutils/thefish/pkg-message
+++ b/sysutils/thefish/pkg-message
@@ -1,6 +1,9 @@
**********************************************************************
-
+ HEADS UP: The Fish now defaults to GTK+ 2.x. GTK+ 1.2 is still
+ supported, but will be eventually dropped. Users are encouraged to
+ use the GTK+ 2.0 version.
+ ---------------------------------------------------------------------
If you want to build The Fish without the GTK+ UI, use make -DNO_GUI
- If you prefer to use GTK+ 2.0 instead of 1.2, use make -DWITH_GTK2
+ If you prefer to use GTK+ 1.2 instead of 2.0, use make -DWITH_GTK12
**********************************************************************