diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-18 18:26:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-18 18:26:18 +0000 |
commit | dc819a4181920f7638c9b9058801861a2f95794c (patch) | |
tree | 437beb812607e5cc11fa1dd328f9efb0728a73eb /games | |
parent | Make WINE build again! (diff) |
Add USE_X_PREFIX so this compiles if you don't have X libs installed.
Found by: bento
Notes
Notes:
svn path=/head/; revision=28565
Diffstat (limited to '')
-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: |