diff options
author | scf <scf@FreeBSD.org> | 2009-04-06 07:46:47 +0800 |
---|---|---|
committer | scf <scf@FreeBSD.org> | 2009-04-06 07:46:47 +0800 |
commit | 7464dc0d0eb13e22799fe853af8071561ebe92f6 (patch) | |
tree | eb80c998c95e6a8cb194b1f84c6e6d9e2581c20c /games | |
parent | e2742d7a9f9d638b896b4ab8c8fd9cb8cdd59c9e (diff) | |
download | freebsd-ports-gnome-7464dc0d0eb13e22799fe853af8071561ebe92f6.tar.gz freebsd-ports-gnome-7464dc0d0eb13e22799fe853af8071561ebe92f6.tar.zst freebsd-ports-gnome-7464dc0d0eb13e22799fe853af8071561ebe92f6.zip |
Remove the devel/linux-sdl12 dependency which is not needed and would cause
crashes if it was truly used by this port. The port has its own copy that
does work.
PR: ports/133365
Submitted by: Alexander Logvinov <ports at logvinov.com>
Approved by: pav
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-ut/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-ut/Makefile b/games/linux-ut/Makefile index c2d6e33a42c5..d343ec32603d 100644 --- a/games/linux-ut/Makefile +++ b/games/linux-ut/Makefile @@ -7,6 +7,7 @@ PORTNAME= linux-ut PORTVERSION= ${UTVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games linux MASTER_SITES= http://liflg.0wnitsch.de/files/final/:p436 \ @@ -20,7 +21,7 @@ COMMENT= Unreal Tournament for Linux ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_LINUX_APPS= sdl12 xorglibs +USE_LINUX_APPS= xorglibs NO_BUILD= yes NO_PACKAGE= Distribution is 340MB; set FORCE_PACKAGE if you really want\ to build this package |