aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xwatch
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-29 11:56:15 +0800
committersteve <steve@FreeBSD.org>1999-05-29 11:56:15 +0800
commitff2c6bac0ded6793103b12ed47ec261ee75b026f (patch)
tree5d44c4203ffb617246e3922b0cbae09608e0e203 /sysutils/xwatch
parent09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff)
downloadfreebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz
freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst
freebsd-ports-gnome-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'sysutils/xwatch')
-rw-r--r--sysutils/xwatch/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile
index 5a6a9e2c83de..ebd0b3655cb6 100644
--- a/sysutils/xwatch/Makefile
+++ b/sysutils/xwatch/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 July 1998
# Whom: mph
#
-# $Id: Makefile,v 1.5 1998/12/08 16:21:12 vanilla Exp $
+# $Id: Makefile,v 1.6 1999/04/22 07:56:33 mharo Exp $
#
DISTNAME= xwatch-0.1.0
@@ -12,11 +12,13 @@ MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_XLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
.if !defined(NOPORTDOCS)