aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtksee
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 /graphics/gtksee
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 'graphics/gtksee')
-rw-r--r--graphics/gtksee/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index 470bff47534f..65fe2b5707e3 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.11 1999/04/22 07:39:06 mharo Exp $
+# $Id: Makefile,v 1.12 1999/05/04 12:17:48 dirk Exp $
#
DISTNAME= gtksee-0.3.0
@@ -13,16 +13,18 @@ MASTER_SITES= http://www.zg169.net/~hotaru/gtksee/ \
MAINTAINER= dirk@FreeBSD.ORG
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
bzip2:${PORTSDIR}/archivers/bzip2
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
- GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
+ GTK_CONFIG="${GTK_CONFIG}" \
LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.mk>