From 84363b04982291d4abd9d963cd0b6a4ef882305b Mon Sep 17 00:00:00 2001 From: Dejan Lesjak Date: Fri, 10 Dec 2004 15:19:40 +0000 Subject: Fix build without imake. Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer --- net-p2p/valknut/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-p2p/valknut') diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index 94125102975c..3d207216b8a3 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/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} -- cgit v1.2.3