diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-11 20:19:13 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-09-11 20:19:13 +0000 |
commit | b17ecfe123be48ec4006459e11bf67b8c2400f92 (patch) | |
tree | df517219895fae4c8bfc8f0799fedd9a998ac3b0 /games | |
parent | 4efbad704c5b2bda6d662da1de681c90dc8ecc42 (diff) | |
download | ports-b17ecfe123be48ec4006459e11bf67b8c2400f92.tar.gz ports-b17ecfe123be48ec4006459e11bf67b8c2400f92.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xrally/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index 84b7da7cc6b1..d460252ba6dc 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -18,6 +18,7 @@ COMMENT= XRally is a Linux clone of the classic Rally X arcade game WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_XORG= x11 xi xpm USE_BZIP2= yes USE_GMAKE= yes |