From 808ab862ca6ff564b00aa065f4c7a2a155040905 Mon Sep 17 00:00:00 2001 From: laszlof Date: Fri, 1 Dec 2006 14:24:02 +0000 Subject: Respect X11BASE. Reported by: pointyhat --- misc/hotkeys/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc/hotkeys') diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile index e2360c8..e79e107 100644 --- a/misc/hotkeys/Makefile +++ b/misc/hotkeys/Makefile @@ -20,7 +20,9 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CONFIGURE_ARGS= --with-db3-inc=${LOCALBASE}/include/db3 \ - --with-db3-lib=${LOCALBASE}/lib + --with-db3-lib=${LOCALBASE}/lib \ + --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit v1.1