diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 19:03:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 19:03:58 +0000 |
commit | 8f679d050038fda8d69584d439a5e3dc83219043 (patch) | |
tree | d1653f5c8f087f7248d0e23b53fee76dd46d2392 /graphics/libafterimage | |
parent | 863572e392596093d691a1d978535780ad20e54f (diff) |
Notes
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 4f3db5362409..a13f188ae5c8 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 \ |