summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/clanlib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile
index f0c0d2e0a5e2..92d5f0c6697a 100644
--- a/devel/clanlib/Makefile
+++ b/devel/clanlib/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 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
@@ -28,7 +28,7 @@ USE_LDCONFIG= yes
USE_GL= yes
USE_SQLITE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-docs \