aboutsummaryrefslogtreecommitdiff
path: root/databases/gmysql
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-22 07:42:49 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-22 07:42:49 +0000
commitcde1fdd3890638f5eb5a0bbf4e2264304ee897b1 (patch)
treee55adfdfecc092cd1f20d76d0d3500f36bd35249 /databases/gmysql
parentdff50484f7f48aac27bedd1d732d9e861f25886c (diff)
downloadports-cde1fdd3890638f5eb5a0bbf4e2264304ee897b1.tar.gz
ports-cde1fdd3890638f5eb5a0bbf4e2264304ee897b1.zip
gtk11 -> gtk12
Notes
Notes: svn path=/head/; revision=18073
Diffstat (limited to 'databases/gmysql')
-rw-r--r--databases/gmysql/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile
index 05719a17d902..31e1d1411ce2 100644
--- a/databases/gmysql/Makefile
+++ b/databases/gmysql/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Nov 15 22:07:12 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
-# $Id: Makefile,v 1.9 1999/04/08 19:05:43 billf Exp $
+# $Id: Makefile,v 1.10 1999/04/14 00:02:43 scrappy Exp $
#
DISTNAME= gmysql-0.3.2
@@ -13,12 +13,12 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \
MAINTAINER= dirk@FreeBSD.ORG
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
mysqlclient.6:${PORTSDIR}/databases/mysql322
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
-CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk11-config
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>