svn commit: r388891 - head/games/lgeneral

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 8 23:22:53 UTC 2015


Author: amdmi3
Date: Mon Jun  8 23:22:52 2015
New Revision: 388891
URL: https://svnweb.freebsd.org/changeset/ports/388891

Log:
  - Actually disable sound support when SOUND option is disabled
  
  PR:		200659
  Submitted by:	cmangin at arobas.net

Modified:
  head/games/lgeneral/Makefile

Modified: head/games/lgeneral/Makefile
==============================================================================
--- head/games/lgeneral/Makefile	Mon Jun  8 22:48:51 2015	(r388890)
+++ head/games/lgeneral/Makefile	Mon Jun  8 23:22:52 2015	(r388891)
@@ -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


More information about the svn-ports-all mailing list