diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
commit | ab44d03168f2233ac5ab0acdc15bf65f02149218 (patch) | |
tree | 8ae191dd5ba12cb195389ddfd3fee977f5fcd473 /games/heretic | |
parent | 7f798b92bcb3f933389c30b2ee79a37680dbe9b3 (diff) |
Notes
Diffstat (limited to 'games/heretic')
-rw-r--r-- | games/heretic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 9ca41598fea2..212961df06d9 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -7,7 +7,7 @@ PORTNAME= heretic PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \ http://heretic.linuxgames.com/wad/:wad @@ -16,7 +16,7 @@ DISTNAME= gl${PORTNAME}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} |