diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-31 11:42:13 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-31 11:42:13 +0000 |
commit | 3228f36c6cd6d27040199f82422fa1665fdc2760 (patch) | |
tree | b33d69a6c10bc7e338023c8639b9313fcda3a4c6 /x11/gswitchit_applet | |
parent | a277556a1a5061ac0a82d5920e5e1ff87d3246b1 (diff) | |
download | FreeBSD-ports-3228f36c6cd6d27040199f82422fa1665fdc2760.zip FreeBSD-ports-3228f36c6cd6d27040199f82422fa1665fdc2760.tar.gz |
Add missed LIB/RUN_DEPENDS.
Diffstat (limited to 'x11/gswitchit_applet')
-rw-r--r-- | x11/gswitchit_applet/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/gswitchit_applet/Makefile b/x11/gswitchit_applet/Makefile index bad969c..4d365a3 100644 --- a/x11/gswitchit_applet/Makefile +++ b/x11/gswitchit_applet/Makefile @@ -13,6 +13,9 @@ MASTER_SITE_SUBDIR= gswitchit MAINTAINER= sobomax@FreeBSD.org +LIB_DEPENDS= xklavier.0:${PORTSDIR}/x11/libxklavier +RUN_DEPENDS= ${X11BASE}/lib/X11/xkb/rules/xfree86.xml:${PORTSDIR}/x11/xfree86_xkb_xml + USE_X_PREFIX= yes USE_GNOME= yes USE_LIBTOOL= yes |