summaryrefslogtreecommitdiff
path: root/sysutils/xwatch
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /sysutils/xwatch
parentUpdate to version 0.85 and use gtk version 1.2.3. (diff)
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
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)