aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish2/Makefile
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-03-08 20:14:26 +0800
committernakai <nakai@FreeBSD.org>2000-03-08 20:14:26 +0800
commitfd0a78e0a38e47d6de5423524752cda47fc3f28d (patch)
tree246474c34f56ce99a13b559e945c2335b7a466e9 /x11-wm/sawfish2/Makefile
parent75aaaa095a30fc2c6c7f1abfe5df25be1f5b8f3f (diff)
downloadfreebsd-ports-graphics-fd0a78e0a38e47d6de5423524752cda47fc3f28d.tar.gz
freebsd-ports-graphics-fd0a78e0a38e47d6de5423524752cda47fc3f28d.tar.zst
freebsd-ports-graphics-fd0a78e0a38e47d6de5423524752cda47fc3f28d.zip
Update to 0.25.1
Diffstat (limited to 'x11-wm/sawfish2/Makefile')
-rw-r--r--x11-wm/sawfish2/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile
index c80caf0fcd2..ae653e612c2 100644
--- a/x11-wm/sawfish2/Makefile
+++ b/x11-wm/sawfish2/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: sawmill
-# Version required: 0.24
+# Version required: 0.25.1
# Date created: 13 September 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= sawmill-0.24
+DISTNAME= sawmill-0.25.1
CATEGORIES= x11-wm
MASTER_SITES= ftp://sawmill.sourceforge.net/pub/sawmill/
@@ -14,18 +14,18 @@ MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
Imlib.5:${PORTSDIR}/graphics/imlib \
- rep.7:${PORTSDIR}/lang/librep
+ rep.8:${PORTSDIR}/lang/librep
.if !defined(NOGNOME)
LIB_DEPENDS+= capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
.endif
-BUILD_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/libgtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
-RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/libgtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
+BUILD_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
+RUN_DEPENDS= ${LOCALBASE}/libexec/rep/${ARCH}--freebsd${OSREL}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} VERSION=${VERSION}
-VERSION= 0.24
+VERSION= 0.25.1
USE_X_PREFIX= yes
USE_GMAKE= yes