diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /games/el | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) |
Notes
Diffstat (limited to 'games/el')
-rw-r--r-- | games/el/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index bc8105153434..c02aeeccb53e 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,7 +7,7 @@ PORTNAME= el PORTVERSION= 140 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} @@ -29,7 +29,6 @@ USE_GMAKE= yes USE_GNOME= libxml2 USE_SDL= sdl net image USE_GL= yes -USE_XLIB= yes ALL_TARGET= el.x86 MAKEFILE= Makefile.bsdg |