diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:24:02 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-12-01 14:24:02 +0000 |
commit | caa8b3efbb37bacb74c42283f952fbf8642d1d10 (patch) | |
tree | 8877939825fc48c0ee1e247c1f84f545343fcefc /misc | |
parent | 1451eb3303b363e48a82ace100420aae43b912d7 (diff) | |
download | ports-caa8b3efbb37bacb74c42283f952fbf8642d1d10.tar.gz ports-caa8b3efbb37bacb74c42283f952fbf8642d1d10.zip |
Notes
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 e2360c8ae9bd..e79e107f909b 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 |