diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-10 15:19:40 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-10 15:19:40 +0000 |
commit | 84363b04982291d4abd9d963cd0b6a4ef882305b (patch) | |
tree | d5548459bbac261273c5258beb2abf6a896710b6 /net | |
parent | Fix 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/Makefile | 3 |
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} |