diff options
author | will <will@FreeBSD.org> | 2000-05-19 02:26:18 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-19 02:26:18 +0800 |
commit | a2cdca548f0e2b03e56d3d8e6a24067fc7eb1b1b (patch) | |
tree | f57261f7ff62c4c636edc060dcf8426cf1f98dff /games | |
parent | c56c44b1bdd44ad8755a2694b9681d947e4ae4d8 (diff) | |
download | freebsd-ports-gnome-a2cdca548f0e2b03e56d3d8e6a24067fc7eb1b1b.tar.gz freebsd-ports-gnome-a2cdca548f0e2b03e56d3d8e6a24067fc7eb1b1b.tar.zst freebsd-ports-gnome-a2cdca548f0e2b03e56d3d8e6a24067fc7eb1b1b.zip |
Add USE_X_PREFIX so this compiles if you don't have X libs installed.
Found by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/battleball/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 47eb4c76d237..f6d92e7b75ba 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION:S/.//}.src MAINTAINER= will@FreeBSD.org +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/battleball-2.1-src do-install: |