diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-08 23:22:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-08 23:22:52 +0000 |
commit | ee54288e8de9e5d471911553a06081a4ad662a01 (patch) | |
tree | f09f7c0411a29a669b36c60783ae0c0a0bb0ab87 /games | |
parent | 4919953d76d1723d997e243b8d06f5d11437a952 (diff) | |
download | ports-ee54288e8de9e5d471911553a06081a4ad662a01.tar.gz ports-ee54288e8de9e5d471911553a06081a4ad662a01.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/lgeneral/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index 8d94e9af2c58..58d532361831 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -3,6 +3,7 @@ PORTNAME= lgeneral PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -33,7 +34,7 @@ NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ENV_OFF= am_cv_func_iconv=no SOUND_USE= sdl=mixer -SOUND_CONFIGURE_ENABLE= sound +SOUND_CONFIGURE_OFF= --disable-sound post-patch: @${REINPLACE_CMD} -e 's|/icons.*|/pixmaps|' ${WRKSRC}/Makefile.in |