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
This commit is contained in:
parent
318cb9eaf4
commit
1a52c51238
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434476
1 changed files with 2 additions and 2 deletions
|
@ -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 industrial espionage on the Internet
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue