diff options
author | zeising <zeising@FreeBSD.org> | 2013-02-06 21:15:49 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2013-02-06 21:15:49 +0800 |
commit | 4719f32828c3456977cde78af598036bdd562e0e (patch) | |
tree | 48ddb8e4299940f2b64b92d2eb5756ed567847a8 /x11/xkbcomp | |
parent | 2dae66ddf0b06c4426c4b68739cb41061e7ceb34 (diff) | |
download | freebsd-ports-gnome-4719f32828c3456977cde78af598036bdd562e0e.tar.gz freebsd-ports-gnome-4719f32828c3456977cde78af598036bdd562e0e.tar.zst freebsd-ports-gnome-4719f32828c3456977cde78af598036bdd562e0e.zip |
Fix typo.
Noticed by: romain
Diffstat (limited to 'x11/xkbcomp')
-rw-r--r-- | x11/xkbcomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xkbcomp/Makefile b/x11/xkbcomp/Makefile index 1196b5214e5d..1c1278669651 100644 --- a/x11/xkbcomp/Makefile +++ b/x11/xkbcomp/Makefile @@ -9,7 +9,7 @@ COMMENT= Compile XKB keyboard description LICENSE= MIT -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros XORG_CAT= app USE_XORG= x11 xkbfile USE_GNOME= gnomehack |