diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:14:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:14:07 +0000 |
commit | d29a88cee546725ff20ec4eeb72c29276cdcfc96 (patch) | |
tree | 7bda1f826adf3137768210919f609ba43aa0a492 | |
parent | 364fb43c06d5f98ba2ed061a42c502eb965d5021 (diff) | |
download | ports-d29a88cee546725ff20ec4eeb72c29276cdcfc96.tar.gz ports-d29a88cee546725ff20ec4eeb72c29276cdcfc96.zip |
Notes
-rw-r--r-- | devel/clanlib/Makefile | 4 |
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 \ |