aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xkbcomp
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-02-06 21:11:01 +0800
committerNiclas Zeising <zeising@FreeBSD.org>2013-02-06 21:11:01 +0800
commit6bddb7494b0524b69e9c7e4538dc18f3ffb33cb9 (patch)
treec46a372f32860025aee25d50159d46068c12d430 /x11/xkbcomp
parent5ccdda54936f20d77c688f7de77f86f123b1aafd (diff)
downloadfreebsd-ports-gnome-6bddb7494b0524b69e9c7e4538dc18f3ffb33cb9.tar.gz
freebsd-ports-gnome-6bddb7494b0524b69e9c7e4538dc18f3ffb33cb9.tar.zst
freebsd-ports-gnome-6bddb7494b0524b69e9c7e4538dc18f3ffb33cb9.zip
Add USE_GNOME=gnomehack instead of home-rolled version. [1]
Add xorg-macros to build depends to silence a configure warning. Noticed By: danfe [1]
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r--x11/xkbcomp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile
index 4a921a2cd304..1196b5214e5d 100644
--- a/x11/xkbcomp/Makefile
+++ b/x11/xkbcomp/Makefile
@@ -9,16 +9,14 @@ COMMENT= Compile XKB keyboard description
LICENSE= MIT
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros
XORG_CAT= app
USE_XORG= x11 xkbfile
+USE_GNOME= gnomehack
PLIST_FILES= bin/xkbcomp \
libdata/pkgconfig/xkbcomp.pc
MAN1= xkbcomp.1
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>