diff options
author | edwin <edwin@FreeBSD.org> | 2006-06-13 06:37:05 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-06-13 06:37:05 +0800 |
commit | 370a3f310ff8bd6921220d84224f98e0327b0aac (patch) | |
tree | 309e919a5542047e00845d2e8f4d64984bbe536e /games/thevalley | |
parent | b3af86512a529b5bbf6d582922035925640fe8ad (diff) | |
download | freebsd-ports-gnome-370a3f310ff8bd6921220d84224f98e0327b0aac.tar.gz freebsd-ports-gnome-370a3f310ff8bd6921220d84224f98e0327b0aac.tar.zst freebsd-ports-gnome-370a3f310ff8bd6921220d84224f98e0327b0aac.zip |
remove wrong USE_X flag
Noticed by: erwin@
Diffstat (limited to 'games/thevalley')
-rw-r--r-- | games/thevalley/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/thevalley/Makefile b/games/thevalley/Makefile index e60615d15fba..dabf8dbc195c 100644 --- a/games/thevalley/Makefile +++ b/games/thevalley/Makefile @@ -14,7 +14,6 @@ MAINTAINER= edwin@mavetju.org COMMENT= The Valley is a rewrite of an old RPG from the early 1980s USE_AUTOTOOLS= libtool:15 -USE_X= yes HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME} USE_SDL= sdl |