diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-22 12:46:38 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-12-22 12:46:38 +0000 |
commit | 10bde60f9c9eda274cac76e5629db196d6e21c8b (patch) | |
tree | e72cefe9f74d9bb1743af2fd93b17782a515b874 /games/pingus/Makefile | |
parent | 1c5db1fe3a69952010a3eb6a1d432a735d0f0c51 (diff) |
Notes
Diffstat (limited to 'games/pingus/Makefile')
-rw-r--r-- | games/pingus/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/pingus/Makefile b/games/pingus/Makefile index 1dc55f00176a..4811696b0ed0 100644 --- a/games/pingus/Makefile +++ b/games/pingus/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pingus -PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTVERSION= 0.7.2 CATEGORIES= games MASTER_SITES= http://pingus.seul.org/files/ @@ -21,9 +20,11 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_ICONV= yes USE_SCONS= yes +SCONS_ARGS= with_linuxusbmouse=0 \ + with_linuxevdev=0 USE_SDL= sdl image mixer -PLIST= ${WRKDIR}/pkg-plist +PLIST= ${WRKDIR}/pkg-plist post-patch: @${REINPLACE_CMD} -e 's|add_path("data")|add_path("${DATADIR}")|g' \ |