diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 14:24:02 +0000 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 14:24:02 +0000 |
commit | 808ab862ca6ff564b00aa065f4c7a2a155040905 (patch) | |
tree | ce9eea6f6bdd8542c4b8e98aec6873bdb0de0e7e /misc | |
parent | ec34f41384b8d6edf16acf2daffbbefd30a0b179 (diff) | |
download | FreeBSD-ports-808ab862ca6ff564b00aa065f4c7a2a155040905.zip FreeBSD-ports-808ab862ca6ff564b00aa065f4c7a2a155040905.tar.gz |
Respect X11BASE.
Reported by: pointyhat
Diffstat (limited to 'misc')
-rw-r--r-- | misc/hotkeys/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |