- use graphics/giflib

This commit is contained in:
Dirk Meyer 2012-06-01 11:14:55 +00:00
parent b828c5c1a6
commit 11b8c16dc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297941

View file

@ -8,7 +8,7 @@
PORTNAME= flounder
PORTVERSION= 0.40
PORTREVISION= 12
PORTREVISION= 13
CATEGORIES= science
MASTER_SITES= http://www.enel.ucalgary.ca/People/vigmond/flounder/
EXTRACT_SUFX= .tgz
@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A quick way to visualize regularly spaced 4D data
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk \
ungif:${PORTSDIR}/graphics/libungif \
gif:${PORTSDIR}/graphics/giflib \
png15:${PORTSDIR}/graphics/png
USE_GL= glut
@ -38,6 +38,9 @@ RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
CONFIGURE_ARGS+= --enable-grace
.endif
post-patch:
${REINPLACE_CMD} -e "s|-lungif|-lgif|" ${WRKSRC}/configure
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"