diff options
Diffstat (limited to 'games/wargus/Makefile')
-rw-r--r-- | games/wargus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 0a3625e64353..21b0ff117331 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -7,6 +7,7 @@ PORTNAME= wargus PORTVERSION= 2.2.5.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://launchpadlibrarian.net/59493162/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +16,7 @@ EXTRACT_SUFX= .orig.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Warcraft 2 mod that allows you to play Warcraft 2 with Stratagus -LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus LICENSE= GPLv2 @@ -23,10 +24,9 @@ NOT_FOR_ARCHS= sparc64 USE_GMAKE= yes USE_GNOME= gtk20 gnomehack WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - SUB_FILES= ${PORTNAME} pkg-message -MAKE_ARGS+= CFLAGS+=-I${LOCALBASE}/include LDFLAGS+=-L${LOCALBASE}/lib +MAKE_ARGS+= CFLAGS+="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15" LDFLAGS+=-L${LOCALBASE}/lib do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin |