aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-19 03:03:58 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-19 03:03:58 +0800
commitdfa099820986bb8ef0ec985c95af7b4922dc0fa6 (patch)
treee195fb57e137870cbd09c81f339c985809780264
parentda8677c4d44d0175015ea923505e350cb6078e77 (diff)
downloadfreebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.tar.gz
freebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.tar.zst
freebsd-ports-graphics-dfa099820986bb8ef0ec985c95af7b4922dc0fa6.zip
- build with giflib
-rw-r--r--graphics/libafterimage/Makefile6
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 \