aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \