summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 16:21:12 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 16:21:12 +0000
commit2e27eb740367963356285b6bbc5e267fc2bdc37b (patch)
tree82362d5bd6bfe951d0c7daa91400b814e3515c6d /sysutils
parentUpgrade to 3.1.2. (diff)
Change gtk to gtk11.
Notes
Notes: svn path=/head/; revision=15196
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xwatch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile
index b2840d4d446c..4c5751dda027 100644
--- a/sysutils/xwatch/Makefile
+++ b/sysutils/xwatch/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 July 1998
# Whom: mph
#
-# $Id: Makefile,v 1.3 1998/08/26 18:32:47 mph Exp $
+# $Id: Makefile,v 1.4 1998/09/22 22:55:55 asami Exp $
#
DISTNAME= xwatch-0.1.0
@@ -12,10 +12,11 @@ MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk
+LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
USE_XLIB= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config"
post-install:
.if !defined(NOPORTDOCS)