diff options
author | oliver <oliver@FreeBSD.org> | 2007-05-27 22:26:21 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-05-27 22:26:21 +0800 |
commit | e100be6f8b7bb3930a65235f488ee57992ec199a (patch) | |
tree | 851d36bbf5203bd29cdf783d8a9da41ad4b2cd91 /games/heretic | |
parent | 87786c8671c0aadfb32f1f3d228fbb726294cd09 (diff) | |
download | freebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.tar.gz freebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.tar.zst freebsd-ports-gnome-e100be6f8b7bb3930a65235f488ee57992ec199a.zip |
move from X11BASE to LOCALBASE
bump PORTREVISION
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} |