aboutsummaryrefslogtreecommitdiff
path: root/misc/hotkeys
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-12-21 04:39:52 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-12-21 04:39:52 +0000
commitf25e7bd0955a177781829e9751e2e9d594f82378 (patch)
tree6a7e8d55e15c4c749cf695dd8ef7736574c82976 /misc/hotkeys
parent7383ca27067c911ce046858472770b95e6e828ef (diff)
downloadports-f25e7bd0955a177781829e9751e2e9d594f82378.tar.gz
ports-f25e7bd0955a177781829e9751e2e9d594f82378.zip
misc/hotkeys: Fix build
The build requires two additional libraries: Xft and pangoxft
Notes
Notes: svn path=/head/; revision=337117
Diffstat (limited to 'misc/hotkeys')
-rw-r--r--misc/hotkeys/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/hotkeys/Makefile b/misc/hotkeys/Makefile
index 0a98fb283ad0..7ffb963bbd82 100644
--- a/misc/hotkeys/Makefile
+++ b/misc/hotkeys/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-db3-inc=${BDB_INCLUDE_DIR} \
--with-db3-lib=${BDB_LIB_DIR} \
--with-db-name=${BDB_LIB_NAME}
-USE_XORG= x11 xkbfile xmu
+USE_XORG= x11 xkbfile xmu xft
GNU_CONFIGURE= yes
USE_BDB= yes
USES= gmake
@@ -39,6 +39,8 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e '/^install-exec-am/s/install-sysconfDATA//' \
${WRKSRC}/src/Makefile.in
+post-configure:
+ ${REINPLACE_CMD} -e 's,-lXinerama,-lXinerama `pkgconf --libs pangoxft`,g' ${WRKSRC}/src/Makefile
post-install:
@${INSTALL_DATA} ${WRKSRC}/src/hotkeys.conf ${STAGEDIR}${PREFIX}/etc/hotkeys.conf.sample