svn commit: r419809 - head/audio/schism

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 09:35:16 UTC 2016


Author: ehaupt
Date: Mon Aug  8 09:35:15 2016
New Revision: 419809
URL: https://svnweb.freebsd.org/changeset/ports/419809

Log:
  Register x11, xext and xv in USE_XORG

Modified:
  head/audio/schism/Makefile

Modified: head/audio/schism/Makefile
==============================================================================
--- head/audio/schism/Makefile	Mon Aug  8 09:32:17 2016	(r419808)
+++ head/audio/schism/Makefile	Mon Aug  8 09:35:15 2016	(r419809)
@@ -3,7 +3,7 @@
 
 PORTNAME=	schism
 PORTVERSION=	20100101
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 MASTER_SITES=	http://schismtracker.org/dl/ \
 		LOCAL/ehaupt
@@ -18,6 +18,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 
 USES=		tar:bzip2
 USE_SDL=	yes
+USE_XORG=	x11 xext xv
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME}


More information about the svn-ports-all mailing list