diff --git a/graphics/gtksee/Makefile b/graphics/gtksee/Makefile index bdfe94f97829..cfd699a26a57 100644 --- a/graphics/gtksee/Makefile +++ b/graphics/gtksee/Makefile @@ -3,20 +3,21 @@ # Date created: Sun Nov 22 12:08:18 CET 1998 # Whom: Dirk Froemberg # -# $Id: Makefile,v 1.2 1998/12/01 21:11:01 billf Exp $ +# $Id: Makefile,v 1.3 1998/12/01 21:47:45 billf Exp $ # -DISTNAME= gtksee-0.2.0 +DISTNAME= gtksee-0.2.1 CATEGORIES= graphics -MASTER_SITES= http://www.zg169.net/~hotaru/download/ \ +MASTER_SITES= http://www.pressroom.com/~mrc/gtksee/ \ + http://www.zg169.net/~hotaru/download/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ -MAINTAINER= ibex@physik.TU-Berlin.DE +MAINTAINER= ibex@physik.TU-Berlin.DE LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34.1:${PORTSDIR}/graphics/tiff34 + tiff.4:${PORTSDIR}/graphics/tiff34 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include \ diff --git a/graphics/gtksee/distinfo b/graphics/gtksee/distinfo index c75c674360a8..e437e6426196 100644 --- a/graphics/gtksee/distinfo +++ b/graphics/gtksee/distinfo @@ -1 +1 @@ -MD5 (gtksee-0.2.0.tar.gz) = 5dd8ee3b205990ca6893fd8094694685 +MD5 (gtksee-0.2.1.tar.gz) = a175680c224fca87f6b7c2a5fb98091a diff --git a/graphics/gtksee/files/patch-aa b/graphics/gtksee/files/patch-aa index 1619f220ed33..4ada6d9d5f1f 100644 --- a/graphics/gtksee/files/patch-aa +++ b/graphics/gtksee/files/patch-aa @@ -1,10 +1,11 @@ ---- src/im_xcf.c.orig Tue Oct 20 14:45:12 1998 -+++ src/im_xcf.c Sun Nov 22 10:36:32 1998 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include +--- src/im_xcf.c.orig Thu Dec 3 12:22:17 1998 ++++ src/im_xcf.c Fri Dec 4 10:15:47 1998 +@@ -23,7 +23,7 @@ - #include + /* patch from Pyun YongHyeon: fixed compilation error for FreeBSD 3.0 */ + #ifdef __FreeBSD__ +-#include ++#include + #endif + + #include