diff options
-rw-r--r-- | graphics/gtksee/Makefile | 5 |
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> |