diff options
author | will <will@FreeBSD.org> | 2000-09-24 05:25:23 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-24 05:25:23 +0800 |
commit | b57356e45f9528bf13b97ffbe73cc5b03bda0b31 (patch) | |
tree | bcadff3c512a1356487227ec82920bb67a733eab /graphics | |
parent | 0a651fa59a8e9676e3a69b5dca4c0f9edb3f2ef4 (diff) | |
download | freebsd-ports-gnome-b57356e45f9528bf13b97ffbe73cc5b03bda0b31.tar.gz freebsd-ports-gnome-b57356e45f9528bf13b97ffbe73cc5b03bda0b31.tar.zst freebsd-ports-gnome-b57356e45f9528bf13b97ffbe73cc5b03bda0b31.zip |
Update to 4.2.2. The patches are no longer necessary (actually, never were
necessary in the first place, or so it seems), obsoleted by the configure
option --with-gd-includes.
Requested by: Johannes Zellner <johannes@zellner.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zimg/Makefile | 4 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index fe26ee689fbf..22f4837f6813 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zimg -PORTVERSION= 2.5.3 +PORTVERSION= 4.2.2 CATEGORIES= graphics MASTER_SITES= http://www.zellner.org/zimg/download/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include +CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include/gd MAN1= zimg.1 .include <bsd.port.mk> diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo index 58185855caaf..a001db86ad7b 100644 --- a/graphics/zimg/distinfo +++ b/graphics/zimg/distinfo @@ -1 +1 @@ -MD5 (zimg-2.5.3.tar.gz) = 10e764cb6e3c73ec637255f8beb2af40 +MD5 (zimg-4.2.2.tar.gz) = ac566cbdeeccf48ae9fe6db920b00ede |