diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-01 19:14:55 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-01 19:14:55 +0800 |
commit | bef892541913568712c66f6592bdea113c18d068 (patch) | |
tree | e5e3d6bbd948ef36851ac1dc931309bcf101b7c0 /science | |
parent | 14154b5360f595451e6260f597aba363cc7710b8 (diff) | |
download | freebsd-ports-gnome-bef892541913568712c66f6592bdea113c18d068.tar.gz freebsd-ports-gnome-bef892541913568712c66f6592bdea113c18d068.tar.zst freebsd-ports-gnome-bef892541913568712c66f6592bdea113c18d068.zip |
- use graphics/giflib
Diffstat (limited to 'science')
-rw-r--r-- | science/flounder/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/science/flounder/Makefile b/science/flounder/Makefile index f58af0051bbf..ff7b0f298414 100644 --- a/science/flounder/Makefile +++ b/science/flounder/Makefile @@ -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" |