summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/qfsm/Makefile1
-rw-r--r--games/qgo/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/cad/qfsm/Makefile b/cad/qfsm/Makefile
index b5e43f361751..f944924bc5d9 100644
--- a/cad/qfsm/Makefile
+++ b/cad/qfsm/Makefile
@@ -22,6 +22,7 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
post-extract:
@${ECHO_CMD} '#!/bin/sh' > ${WRKSRC}/qfsm.sh
diff --git a/games/qgo/Makefile b/games/qgo/Makefile
index 3a8c1880ed81..3f09abcef689 100644
--- a/games/qgo/Makefile
+++ b/games/qgo/Makefile
@@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= QTDIR=${QT_PREFIX}
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
+CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
post-patch:
@${REINPLACE_CMD} -e 's|-pedantic||g ; \