diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-12 10:01:08 +0000 |
commit | 9e048852214e8a735a9ce5e2a0badb17d9d422ce (patch) | |
tree | 6f85db05ab940c3a4a0abcea91e5f13d96182ae7 /graphics/zimg | |
parent | a128c373e685440e41cf64e176cc980c2c868ff6 (diff) | |
download | ports-9e048852214e8a735a9ce5e2a0badb17d9d422ce.tar.gz ports-9e048852214e8a735a9ce5e2a0badb17d9d422ce.zip |
Notes
Diffstat (limited to 'graphics/zimg')
-rw-r--r-- | graphics/zimg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index cf35a50e5f62..98d9e86355de 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -7,12 +7,13 @@ PORTNAME= zimg PORTVERSION= 4.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.zellner.org/zimg/download/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |