aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:17:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-23 23:17:19 +0000
commitaf69682e7c25a07cda4ba50094b5940d0e2015d7 (patch)
treecb613dbc9cc1c6fa9f6d966c9bf439aff94ebd2d /devel/clanlib1
parentd29a88cee546725ff20ec4eeb72c29276cdcfc96 (diff)
downloadports-af69682e7c25a07cda4ba50094b5940d0e2015d7.tar.gz
ports-af69682e7c25a07cda4ba50094b5940d0e2015d7.zip
png public interface is enough to build those ports
Notes
Notes: svn path=/head/; revision=375370
Diffstat (limited to 'devel/clanlib1')
-rw-r--r--devel/clanlib1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile
index 87e25619696b..e4a7f75bd684 100644
--- a/devel/clanlib1/Makefile
+++ b/devel/clanlib1/Makefile
@@ -15,7 +15,7 @@ COMMENT= Cross-platform game SDK
LICENSE= ZLIB
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- libpng15.so:${PORTSDIR}/graphics/png \
+ libpng.so:${PORTSDIR}/graphics/png \
libmikmod.so:${PORTSDIR}/audio/libmikmod \
libvorbis.so:${PORTSDIR}/audio/libvorbis
@@ -25,7 +25,7 @@ USE_LDCONFIG= yes
USE_SDL= gfx
USE_GL= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs \