diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /games/xrally | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'games/xrally')
-rw-r--r-- | games/xrally/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index f8bfaeca2c15..090d198453f0 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -8,7 +8,7 @@ PORTNAME= xrally PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= xrally @@ -21,9 +21,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_GCC= 2.95 PTHREAD_LIBS= -lc_r HAS_CONFIGURE= yes +USE_XORG= x11 xi xpm USE_BZIP2= yes USE_GMAKE= yes -USE_XLIB= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ |