diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-fm/rox-mime-editor/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'x11-fm/rox-mime-editor/Makefile')
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index 4814932e9040..6f807a5e18f7 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -10,8 +10,8 @@ DISTNAME= mime-editor-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org COMMENT= MIME type editor for the ROX desktop -RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib +RUN_DEPENDS= ${LOCALBASE}/bin/rox:x11-fm/rox-filer \ + ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:devel/py-roxlib USES= python tar:bzip2 |