diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-29 04:09:38 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-29 04:09:38 +0800 |
commit | 6150690e40b250d43ea8807aa0ce40f44de5f248 (patch) | |
tree | 552025e17dd29a9424cfbf4f19adb5f886e263a7 | |
parent | 42bc73e6642dd550253d7262ec9643f958158c9a (diff) | |
download | freebsd-ports-gnome-6150690e40b250d43ea8807aa0ce40f44de5f248.tar.gz freebsd-ports-gnome-6150690e40b250d43ea8807aa0ce40f44de5f248.tar.zst freebsd-ports-gnome-6150690e40b250d43ea8807aa0ce40f44de5f248.zip |
Chase the libxklavier shared lib version.
-rw-r--r-- | x11/gswitchit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile index 4cea567d6dd0..d0f94d83529b 100644 --- a/x11/gswitchit/Makefile +++ b/x11/gswitchit/Makefile @@ -7,7 +7,7 @@ PORTNAME= gswitchit PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gswitchit @@ -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.7:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS= xklavier.8:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/XFree86-4-clients USE_X_PREFIX= yes |