summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/gmysql/Makefile6
-rw-r--r--graphics/gtksee/Makefile6
-rw-r--r--graphics/qiv/Makefile4
3 files changed, 8 insertions, 8 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>
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index 53ad253310dd..194ab781e40e 100644
--- a/graphics/gtksee/Makefile
+++ b/graphics/gtksee/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Nov 22 12:08:18 CET 1998
# Whom: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
#
-# $Id: Makefile,v 1.9 1999/01/23 07:05:24 vanilla Exp $
+# $Id: Makefile,v 1.10 1999/04/11 22:50:09 dirk Exp $
#
DISTNAME= gtksee-0.2.2
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \
MAINTAINER= dirk@FreeBSD.ORG
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
@@ -23,7 +23,7 @@ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
+ GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile
index 5acdda823324..9258aa8d2b3b 100644
--- a/graphics/qiv/Makefile
+++ b/graphics/qiv/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 December 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.1.1.1 1998/12/27 03:26:57 billf Exp $
+# $Id: Makefile,v 1.2 1999/01/27 22:11:13 billf Exp $
#
DISTNAME= qiv-1.0
@@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= billf@FreeBSD.org
-LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
+LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib
USE_X_PREFIX= yes