diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-24 23:08:11 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-24 23:08:11 +0000 |
commit | a3882471adccc0d91c2eea760378dfb4e5e4ff87 (patch) | |
tree | 3ded425b446ed4839d7c8709b83f37bd0294a189 /games/xbl/Makefile | |
parent | Fix example list in pkg-message for activating docbook-mode. (diff) |
* This should fix the build error on bento.
* Cleanup.
PR: 53202
Notes
Notes:
svn path=/head/; revision=83550
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r-- | games/xbl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index 543042d8244e..287e2e1925b6 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -7,7 +7,6 @@ PORTNAME= xbl PORTVERSION= 1.0k -PORTREVISION= 0 CATEGORIES= games MASTER_SITES= ftp://ftp710.univ-lyon1.fr/pub/xbl/ @@ -16,8 +15,6 @@ COMMENT= A 3D block-dropping game USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ - LIBS="-L${X11BASE}/lib" MANN= xbl.n .include <bsd.port.mk> |