svn commit: r434476 - head/games/linux-uplink-demo

Tijl Coosemans tijl at FreeBSD.org
Mon Feb 20 17:46:27 UTC 2017


Author: tijl
Date: Mon Feb 20 17:46:26 2017
New Revision: 434476
URL: https://svnweb.freebsd.org/changeset/ports/434476

Log:
  Remove unnecessary dependencies.  The removal of mikmod fixes make index
  when CentOS 7 has been installed because there is no linux-c7-mikmod.
  
  Reported by:	vd

Modified:
  head/games/linux-uplink-demo/Makefile

Modified: head/games/linux-uplink-demo/Makefile
==============================================================================
--- head/games/linux-uplink-demo/Makefile	Mon Feb 20 17:23:27 2017	(r434475)
+++ head/games/linux-uplink-demo/Makefile	Mon Feb 20 17:46:26 2017	(r434476)
@@ -3,7 +3,7 @@
 
 PORTNAME=	uplink-demo
 PORTVERSION=	1.55
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games linux
 MASTER_SITES=	http://www.introversion.co.uk/uplink/downloads/
 PKGNAMEPREFIX=	linux-
@@ -15,7 +15,7 @@ COMMENT=	High tech computer crime and in
 
 ONLY_FOR_ARCHS=	i386 amd64
 USES=		linux
-USE_LINUX=	dri jpeg libvorbis mikmod sdl12 sdlmixer xorglibs
+USE_LINUX=	dri jpeg sdl12 sdlmixer
 USE_LDCONFIG=	yes
 NO_CDROM=	Redistribution is limited, see license
 NO_BUILD=	yes


More information about the svn-ports-all mailing list