aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gtksee
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-04-22 15:42:49 +0800
committermharo <mharo@FreeBSD.org>1999-04-22 15:42:49 +0800
commitd04b67dd7cdb30b15d1072f768e9997b3a8ed6b1 (patch)
treebfa714e966783882b497f34f051ddb504beb6d89 /graphics/gtksee
parentd8005fcb958e8c5e0714f6a5a4e9689d133e407c (diff)
downloadfreebsd-ports-graphics-d04b67dd7cdb30b15d1072f768e9997b3a8ed6b1.tar.gz
freebsd-ports-graphics-d04b67dd7cdb30b15d1072f768e9997b3a8ed6b1.tar.zst
freebsd-ports-graphics-d04b67dd7cdb30b15d1072f768e9997b3a8ed6b1.zip
gtk11 -> gtk12
Diffstat (limited to 'graphics/gtksee')
-rw-r--r--graphics/gtksee/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index 53ad253310d..194ab781e40 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>