aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-02-06 21:11:01 +0800
committerzeising <zeising@FreeBSD.org>2013-02-06 21:11:01 +0800
commit2dae66ddf0b06c4426c4b68739cb41061e7ceb34 (patch)
treec46a372f32860025aee25d50159d46068c12d430 /x11
parenta6491d5d1fd1c6b0d5d240497731968f5270c737 (diff)
downloadfreebsd-ports-gnome-2dae66ddf0b06c4426c4b68739cb41061e7ceb34.tar.gz
freebsd-ports-gnome-2dae66ddf0b06c4426c4b68739cb41061e7ceb34.tar.zst
freebsd-ports-gnome-2dae66ddf0b06c4426c4b68739cb41061e7ceb34.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')
-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>