diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-02-19 03:03:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-02-19 03:03:58 +0800 |
commit | dfa099820986bb8ef0ec985c95af7b4922dc0fa6 (patch) | |
tree | e195fb57e137870cbd09c81f339c985809780264 /graphics/libafterimage | |
parent | da8677c4d44d0175015ea923505e350cb6078e77 (diff) | |
download | freebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.tar.gz freebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.tar.zst freebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.zip |
- build with giflib
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r-- | graphics/libafterimage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 4f3db536240..a13f188ae5c 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Generic imaging library originally designed for AfterStep LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - ungif.5:${PORTSDIR}/graphics/libungif \ + gif.5:${PORTSDIR}/graphics/giflib \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ freetype.9:${PORTSDIR}/print/freetype2 @@ -51,8 +51,8 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's|CFLAGS="-O3"||g ; \ - s| malloc\.h | |g ; \ - s|-lgif|-lungif|g' ${WRKSRC}/configure + s| malloc\.h | |g' \ + ${WRKSRC}/configure post-install: ${INSTALL_MAN} ${WRKSRC}/apps/ascompose.man \ |