diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 12:30:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 12:30:49 +0000 |
commit | d5fb765fcc5daace6f91c0a8c71740328ca44964 (patch) | |
tree | ae65adaa415790088610ae746465452003eb27ea /graphics/simpleviewer/Makefile | |
parent | 78c233e44d585ef9c2af54708e918f260fe3bde5 (diff) |
Notes
Diffstat (limited to 'graphics/simpleviewer/Makefile')
-rw-r--r-- | graphics/simpleviewer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile index 3a8b515254df..e042ae81bce6 100644 --- a/graphics/simpleviewer/Makefile +++ b/graphics/simpleviewer/Makefile @@ -14,14 +14,13 @@ COMMENT= Small and simple OpenGL image viewer with transparency support LICENSE= GPLv2 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libgif.so:${PORTSDIR}/graphics/giflib USES= tar:bzip2 USE_EFL= imlib2 USE_GL= glut WRKSRC= ${WRKDIR}/sviewgl-src -CFLAGS+= -I${LOCALBASE}/include/libpng15 MAKE_ARGS= CC="${CXX}" PLIST_FILES= bin/sviewgl |