diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-30 03:35:27 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-30 03:35:27 +0000 |
commit | 9dc82803a36880cea6b48feff0bc67c774c83bef (patch) | |
tree | 0535675b70e3203a1ca4422e5109523a34768113 /x11 | |
parent | af06c0cc0d66117aa74a2f50f591f55b1b61f9bc (diff) | |
download | FreeBSD-ports-9dc82803a36880cea6b48feff0bc67c774c83bef.zip FreeBSD-ports-9dc82803a36880cea6b48feff0bc67c774c83bef.tar.gz |
Chase the libxklavier shared lib downgrade.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gswitchit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile index d0f94d8..b80c954 100644 --- a/x11/gswitchit/Makefile +++ b/x11/gswitchit/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gswitchit MAINTAINER= gnome@FreeBSD.org COMMENT= A simple keyboard state indicator and switcher for GNOME Desktop -LIB_DEPENDS= xklavier.8:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS= xklavier.7:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/XFree86-4-clients USE_X_PREFIX= yes |