diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-20 22:27:05 +0000 |
commit | 89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d (patch) | |
tree | 90074ba47903ee720378e7ff23c736444c1dfad6 /games/doom | |
parent | dba0752a128a04a6e3f441546a43c2a9247bc690 (diff) | |
download | ports-89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d.tar.gz ports-89b628bc8ea6a11f6021fff1b5fdb1ff30b81d0d.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index b5706e100ffa..040a92fa259c 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -7,7 +7,7 @@ PORTNAME= doom PORTVERSION= 1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/source DISTNAME= doomsrc @@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= i386 USE_GMAKE= yes USE_ZIP= yes -USE_XORG= x11 +USE_XORG= x11 sm xextproto xext NO_WRKSUBDIR= yes DATADIR= ${DMDIR} |