Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2017 17:46:26 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434476 - head/games/linux-uplink-demo
Message-ID:  <201702201746.v1KHkQkT003226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702201746.v1KHkQkT003226>