diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 11:14:07 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 11:14:07 +0000 |
commit | e40740b52f9d255ca535a505a3320baa083eb9f9 (patch) | |
tree | 9775a3243684611245067ae60a0917756a926931 /games/megaglest/Makefile | |
parent | a79e49e914a18fa85ece039e048b7147c9a5e0c3 (diff) |
Notes
Diffstat (limited to 'games/megaglest/Makefile')
-rw-r--r-- | games/megaglest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/megaglest/Makefile b/games/megaglest/Makefile index f53d57e2a916..5f404236974d 100644 --- a/games/megaglest/Makefile +++ b/games/megaglest/Makefile @@ -13,7 +13,7 @@ COMMENT= Open source 3D real-time strategy game LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png \ + libpng.so:${PORTSDIR}/graphics/png \ libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \ libftgl.so:${PORTSDIR}/graphics/ftgl \ libvorbis.so:${PORTSDIR}/audio/libvorbis @@ -29,7 +29,7 @@ USE_SDL= yes USE_WX= 3.0 WX_UNICODE= yes -CFLAGS+= -I${LOCALBASE}/include/libpng15 +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lssl -lcrypto WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 |