summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-11 22:08:53 +0000
committerjoerg <joerg>2014-12-11 22:08:53 +0000
commit1927d862bcb147a5b9d799b7c1e2047fff395437 (patch)
tree1359f6f3bac6ae3ecfa619717d01345ac9d3490a /games
parent082ec2f0355023b344abf382f2ec70a1b18204b0 (diff)
downloadpkgsrc-1927d862bcb147a5b9d799b7c1e2047fff395437.tar.gz
Tell it where to find X to avoid depending on implicit ${PREFIX}/lib
addition.
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index 47b2ee80116..08835ec3364 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2014/05/29 23:36:35 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2014/12/11 22:08:53 joerg Exp $
DISTNAME= crossfire-1.11.0
PKGNAME= crossfire-server-1.11.0
@@ -19,6 +19,8 @@ USE_TOOLS+= gmake perl:run bash:run csh:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
+CONFIGURE_ARGS+= --x-includes=${X11BASE}/include
CONFIGURE_ENV+= ac_cv_path_GZIP=${GZIP_CMD:Q}
PLIST_SRC= ${WRKDIR}/PLIST PLIST