diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-11 19:14:28 +0000 |
commit | 8ed49557f8c4e8955c6b5b0224d8161991d28a27 (patch) | |
tree | 3b9c92739826c7b9f42f60481316d62c1fb5f650 /x11/xkbcomp | |
parent | 816cf4dccc6c63a5c93a7939f9bd230628d9f374 (diff) |
Notes
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r-- | x11/xkbcomp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index 1c1278669651..9434ca642372 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -9,10 +9,9 @@ COMMENT= Compile XKB keyboard description LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros XORG_CAT= app -USE_XORG= x11 xkbfile -USE_GNOME= gnomehack +USE_XORG= x11 xkbfile xorg-macros +USES= pathfix PLIST_FILES= bin/xkbcomp \ libdata/pkgconfig/xkbcomp.pc |