diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-23 16:19:54 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-23 16:19:54 +0800 |
commit | 6a51c45f95718f599995cd42a7cfed57868f6fb7 (patch) | |
tree | f0fb5a598de2f51972e76bfc89befe449f826ac5 /graphics | |
parent | 356b5f65ddb823c7ec1b888a65eaba39705765eb (diff) | |
download | freebsd-ports-gnome-6a51c45f95718f599995cd42a7cfed57868f6fb7.tar.gz freebsd-ports-gnome-6a51c45f95718f599995cd42a7cfed57868f6fb7.tar.zst freebsd-ports-gnome-6a51c45f95718f599995cd42a7cfed57868f6fb7.zip |
Update to version 4.5.0
PR: 24549
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zimg/Makefile | 5 | ||||
-rw-r--r-- | graphics/zimg/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index 5b0cc091de5b..cf35a50e5f62 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zimg -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.0 CATEGORIES= graphics MASTER_SITES= http://www.zellner.org/zimg/download/ @@ -17,7 +17,8 @@ LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= -disable-edf --with-gd-includes=${LOCALBASE}/include/gd +CONFIGURE_ARGS= -with-gd-includes=${LOCALBASE}/include/gd + MAN1= zimg.1 .include <bsd.port.mk> diff --git a/graphics/zimg/distinfo b/graphics/zimg/distinfo index de90d713420f..651f8b3ec543 100644 --- a/graphics/zimg/distinfo +++ b/graphics/zimg/distinfo @@ -1 +1 @@ -MD5 (zimg-4.4.0.tar.gz) = 39e51064b91e8dcdf6ab9a582a054ebe +MD5 (zimg-4.5.0.tar.gz) = 85bfcfde4e852ea9d35e16bad30180ba |