diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /graphics/fv | |
parent | 24315159daa0089f08acea4ba1b130fb6721ad5c (diff) | |
download | freebsd-ports-2b74a89bc8342f0b9b737c37d87737caf7b0ea1e.zip |
- update png to 1.5.10
Diffstat (limited to 'graphics/fv')
-rw-r--r-- | graphics/fv/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index 8ace7afb3c43..a18539fe939d 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -7,6 +7,7 @@ PORTNAME= fv PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.eaflux.com/fv/sources/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= A viewer of hdr/pfm images LICENSE= GPLv2 -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_ZIP= yes USE_GL= glut @@ -25,9 +26,9 @@ USE_GMAKE= yes ALL_TARGET= ${PORTNAME} MAKE_JOBS_SAFE= yes -CXXFLAGS+= $$(pkg-config --cflags libpng14) \ +CXXFLAGS+= $$(pkg-config --cflags libpng15) \ -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= $$(pkg-config --libs libpng14) \ +LDFLAGS+= $$(pkg-config --libs libpng15) \ -L${LOCALBASE}/lib -lglut -lGLU -lGL -lbz2 -lm ${PTHREAD_LIBS} PORTDOCS= AUTHORS ChangeLog README |