aboutsummaryrefslogtreecommitdiff
path: root/databases/gmysql
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 /databases/gmysql
parent0ebce2fca246698aa00a259132fd207e4209026d (diff)
downloadports-92103d6d5cd276d1373540bf8b9d97a23929f822.tar.gz
ports-92103d6d5cd276d1373540bf8b9d97a23929f822.zip
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 'databases/gmysql')
-rw-r--r--databases/gmysql/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/gmysql/Makefile b/databases/gmysql/Makefile
index 31e1d1411ce2..928a2adcd852 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.10 1999/04/14 00:02:43 scrappy Exp $
+# $Id: Makefile,v 1.11 1999/04/22 07:42:49 mharo Exp $
#
DISTNAME= gmysql-0.3.2
@@ -13,12 +13,14 @@ MASTER_SITES= http://www.loth.demon.co.uk/gmysql/ \
MAINTAINER= dirk@FreeBSD.ORG
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
mysqlclient.6:${PORTSDIR}/databases/mysql322
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-mysql=${PREFIX}
-CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
+CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>