summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2004-12-10 15:19:40 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2004-12-10 15:19:40 +0000
commit84363b04982291d4abd9d963cd0b6a4ef882305b (patch)
treed5548459bbac261273c5258beb2abf6a896710b6 /net
parentFix build without imake. (diff)
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer
Notes
Notes: svn path=/head/; revision=123643
Diffstat (limited to 'net')
-rw-r--r--net/valknut/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/valknut/Makefile b/net/valknut/Makefile
index 94125102975c..3d207216b8a3 100644
--- a/net/valknut/Makefile
+++ b/net/valknut/Makefile
@@ -22,7 +22,8 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-libdc=${LOCALBASE}
+CONFIGURE_ARGS= --with-libdc=${LOCALBASE} \
+ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}