diff options
author | Barbara Guida <bar@FreeBSD.org> | 2014-05-22 06:31:06 +0000 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2014-05-22 06:31:06 +0000 |
commit | 4b701b90dbc896f5c0469d22d2729334c9951c3a (patch) | |
tree | 3b308e40e4b40fcebd23e6364de652c58315232b /games | |
parent | 7198eac81a444cac5c7f7f1504ef1c8d0bc36cf1 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/linux-enemyterritory/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/linux-enemyterritory/Makefile b/games/linux-enemyterritory/Makefile index 98262381d3d0..6618e3180b6a 100644 --- a/games/linux-enemyterritory/Makefile +++ b/games/linux-enemyterritory/Makefile @@ -3,7 +3,7 @@ PORTNAME= enemyterritory PORTVERSION= 2.60b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games linux MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|et/:patch|} \ ${MASTER_SITE_IDSOFTWARE:S|$|et/linux/:full|} @@ -16,6 +16,7 @@ COMMENT= Wolfenstein: Enemy Territory (Linux version) ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= yes +USE_LINUX_APPS= xorglibs USES= zip:infozip NO_CDROM= Redistribution is limited, see license ETDIR= ${PREFIX}/lib/${PORTNAME} |