aboutsummaryrefslogtreecommitdiff
path: root/graphics/libafterimage
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-18 19:03:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-18 19:03:58 +0000
commit8f679d050038fda8d69584d439a5e3dc83219043 (patch)
treed1653f5c8f087f7248d0e23b53fee76dd46d2392 /graphics/libafterimage
parent863572e392596093d691a1d978535780ad20e54f (diff)
downloadports-8f679d050038fda8d69584d439a5e3dc83219043.tar.gz
ports-8f679d050038fda8d69584d439a5e3dc83219043.zip
Notes
Diffstat (limited to 'graphics/libafterimage')
-rw-r--r--graphics/libafterimage/Makefile6
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 \