diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-22 07:57:18 +0000 |
commit | 66cb5594d933c05d7f994b8c720b80cee9a06123 (patch) | |
tree | 4394958d94bf559d99ee87df55cb460ed8019423 /sysutils/xwatch | |
parent | 0e6225157271ba2f410d476e2356b79c310f2659 (diff) | |
download | FreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.zip FreeBSD-ports-66cb5594d933c05d7f994b8c720b80cee9a06123.tar.gz |
gtk11 -> gtk12
Diffstat (limited to 'sysutils/xwatch')
-rw-r--r-- | sysutils/xwatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/xwatch/Makefile b/sysutils/xwatch/Makefile index 4c5751d..5a6a9e2 100644 --- a/sysutils/xwatch/Makefile +++ b/sysutils/xwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 17 July 1998 # Whom: mph # -# $Id: Makefile,v 1.4 1998/09/22 22:55:55 asami Exp $ +# $Id: Makefile,v 1.5 1998/12/08 16:21:12 vanilla Exp $ # DISTNAME= xwatch-0.1.0 @@ -12,11 +12,11 @@ MASTER_SITES= http://hem.passagen.se/osk/ MAINTAINER= mph@freebsd.org -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_XLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" post-install: .if !defined(NOPORTDOCS) |