aboutsummaryrefslogtreecommitdiff
path: root/sysutils/thefish
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-01-28 01:04:31 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-01-28 01:04:31 +0000
commitfa7a1434843722bcd197197a105112a11946a831 (patch)
tree55c3c1f293385f829cba25171e3740b14a1869ea /sysutils/thefish
parent13bc24f1078e2ed70aab0b2ec701393d50de7f6b (diff)
downloadports-fa7a1434843722bcd197197a105112a11946a831.tar.gz
ports-fa7a1434843722bcd197197a105112a11946a831.zip
Notes
Diffstat (limited to 'sysutils/thefish')
-rw-r--r--sysutils/thefish/Makefile15
-rw-r--r--sysutils/thefish/distinfo2
-rw-r--r--sysutils/thefish/pkg-message6
3 files changed, 5 insertions, 18 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index a31d506528a0..f9fbbcbe4468 100644
--- a/sysutils/thefish/Makefile
+++ b/sysutils/thefish/Makefile
@@ -6,28 +6,19 @@
#
PORTNAME= thefish
-PORTVERSION= 0.2.5
+PORTVERSION= 0.2.5.1
CATEGORIES= sysutils
MASTER_SITES= http://energyhq.homeip.net/files/
MAINTAINER= flynn@energyhq.homeip.net
-.if defined(WITHOUT_X11) && !defined(NO_GUI)
+.if defined(WITHOUT_X11) || defined(NO_GUI)
NO_GUI= yes
MAKE_ENV+= NO_GUI=yes
-.endif
-
-.if !defined(NO_GUI) && !defined(WITH_GTK12)
+.else
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_GTK12)
-USE_GNOMENG= yes
-USE_GNOME= gtk12
-PKGNAMESUFFIX= -gtk
-.endif
MAN1= thefish.1
diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo
index 7f3b73ac2924..8c76d4f7bc86 100644
--- a/sysutils/thefish/distinfo
+++ b/sysutils/thefish/distinfo
@@ -1 +1 @@
-MD5 (thefish-0.2.5.tar.gz) = 875be117d2e1afce5e0bc5d1794f1a16
+MD5 (thefish-0.2.5.1.tar.gz) = 3cb9611006f0e4e21d0b6b174fa4601b
diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message
index 1e0cc56435d6..b5ea0c1c27e5 100644
--- a/sysutils/thefish/pkg-message
+++ b/sysutils/thefish/pkg-message
@@ -1,9 +1,5 @@
**********************************************************************
- 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.
+ HEADS UP: GTK+ 1.2 support has been dropped.
---------------------------------------------------------------------
If you want to build The Fish without the GTK+ UI, use make -DNO_GUI
- If you prefer to use GTK+ 1.2 instead of 2.0, use make -DWITH_GTK12
-
**********************************************************************