summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 16:17:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-12-08 16:17:02 +0000
commit53589d24fe7815e496793620f3cc33a147cb38bd (patch)
tree45bba4e4ee45557040f43a694e4ceeb5fcde3867 /graphics
parentUpgrade to 0.1.4. (diff)
Change gtk to gtk11. (it works fine).
Notes
Notes: svn path=/head/; revision=15194
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gtksee/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile
index ade53893888b..d909e4025258 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.4 1998/12/04 20:29:09 billf Exp $
+# $Id: Makefile,v 1.5 1998/12/06 14:51:51 vanilla Exp $
#
DISTNAME= gtksee-0.2.1
@@ -14,13 +14,14 @@ MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \
MAINTAINER= ibex@physik.TU-Berlin.DE
-LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \
+LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.2:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${PREFIX}/include" \
+ GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
LDFLAGS=-L${PREFIX}/lib
.include <bsd.port.mk>