diff options
author | olgeni <olgeni@FreeBSD.org> | 2006-12-20 00:28:33 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2006-12-20 00:28:33 +0800 |
commit | 2c597b9181e597f0319504ade3fe814361b7b71b (patch) | |
tree | b29dfa6cdb02c66c8f2031d5ab6b7653363f01fa /x11-fm | |
parent | 1ffff232f4b8e489c8b0e434a954c07855e7e6c0 (diff) | |
download | freebsd-ports-gnome-2c597b9181e597f0319504ade3fe814361b7b71b.tar.gz freebsd-ports-gnome-2c597b9181e597f0319504ade3fe814361b7b71b.tar.zst freebsd-ports-gnome-2c597b9181e597f0319504ade3fe814361b7b71b.zip |
Add devel/py-roxlib to RUN_DEPENDS.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-session/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index dab57c48da82..991e301ce573 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -14,7 +14,8 @@ DISTNAME= rox-session-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= A session manager for the ROX desktop -RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer +RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ + ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib USE_BZIP2= yes USE_PYTHON= yes |