aboutsummaryrefslogtreecommitdiff
path: root/games/xrally
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 00:44:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-10-23 00:44:21 +0000
commit53e6e5c06ca64e2acf2b55a2b6335c3d3f5c320e (patch)
tree8fee4f4b69f531f4dd275a9444ab8c5c93df8df8 /games/xrally
parent8ed50383680676df22c56c836185e464a085ac73 (diff)
downloadports-53e6e5c06ca64e2acf2b55a2b6335c3d3f5c320e.tar.gz
ports-53e6e5c06ca64e2acf2b55a2b6335c3d3f5c320e.zip
Notes
Diffstat (limited to 'games/xrally')
-rw-r--r--games/xrally/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile
index e23d9f4ff23a..c0f7557f2810 100644
--- a/games/xrally/Makefile
+++ b/games/xrally/Makefile
@@ -8,6 +8,7 @@
PORTNAME= xrally
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
DISTNAME= ${PORTNAME}-1.1
@@ -24,7 +25,7 @@ USE_PTHREADS= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_XLIB= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+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}" \
CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \