diff options
Diffstat (limited to 'games/quadra/Makefile')
-rw-r--r-- | games/quadra/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index 149a73f..5f89b0e 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -7,6 +7,7 @@ PORTNAME= quadra PORTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \ ftp://ftp.bsdforen.de/pub/BSDForen/distfiles/ \ @@ -15,7 +16,7 @@ MASTER_SITES= http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \ MAINTAINER= kbrandt@sdf-eu.org COMMENT= A tetris like game with multiplayer support -LIB_DEPENDS= png:${PORTSDIR}/graphics/png +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_BZIP2= yes USE_SDL= sdl @@ -25,7 +26,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_SAFE= yes -CPPFLAGS+= -I${LOCALBASE}/include/libpng +CPPFLAGS+= -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ |