diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-10 23:19:40 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-10 23:19:40 +0800 |
commit | de41f61cb9f664ece33bc9e7b5e398573378dd67 (patch) | |
tree | ce1e80e2c3d9d503adfe5c81a5d9a1a7a4b5d903 /net/valknut | |
parent | f017a4e2acf06aef43bda6dba8b3659dfd0f1772 (diff) | |
download | freebsd-ports-gnome-de41f61cb9f664ece33bc9e7b5e398573378dd67.tar.gz freebsd-ports-gnome-de41f61cb9f664ece33bc9e7b5e398573378dd67.tar.zst freebsd-ports-gnome-de41f61cb9f664ece33bc9e7b5e398573378dd67.zip |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Approved by: maintainer
Diffstat (limited to 'net/valknut')
-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} |