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/deforaos-desktop | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11/deforaos-desktop')
-rw-r--r-- | x11/deforaos-desktop/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/x11/deforaos-desktop/Makefile b/x11/deforaos-desktop/Makefile index ca6df740b09d..fad96643a0f9 100644 --- a/x11/deforaos-desktop/Makefile +++ b/x11/deforaos-desktop/Makefile @@ -10,18 +10,18 @@ PKGNAMEPREFIX= deforaos- MAINTAINER= olivier@FreeBSD.org COMMENT= Deforaos distribution metaport -RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:${PORTSDIR}/x11/deforaos-keyboard \ - ${LOCALBASE}/bin/panel:${PORTSDIR}/x11/deforaos-panel \ - ${LOCALBASE}/bin/browser:${PORTSDIR}/x11-fm/deforaos-browser \ - ${LOCALBASE}/bin/locker:${PORTSDIR}/x11/deforaos-locker \ - ${LOCALBASE}/bin/pdfviewer:${PORTSDIR}/print/deforaos-pdfviewer \ - ${LOCALBASE}/bin/mailer:${PORTSDIR}/mail/deforaos-mailer \ - ${LOCALBASE}/bin/surfer:${PORTSDIR}/www/deforaos-surfer \ - ${LOCALBASE}/bin/todo:${PORTSDIR}/deskutils/deforaos-todo \ - ${LOCALBASE}/bin/player:${PORTSDIR}/multimedia/deforaos-player \ - ${LOCALBASE}/bin/mixer:${PORTSDIR}/audio/deforaos-mixer \ - ${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \ - ${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone +RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:x11/deforaos-keyboard \ + ${LOCALBASE}/bin/panel:x11/deforaos-panel \ + ${LOCALBASE}/bin/browser:x11-fm/deforaos-browser \ + ${LOCALBASE}/bin/locker:x11/deforaos-locker \ + ${LOCALBASE}/bin/pdfviewer:print/deforaos-pdfviewer \ + ${LOCALBASE}/bin/mailer:mail/deforaos-mailer \ + ${LOCALBASE}/bin/surfer:www/deforaos-surfer \ + ${LOCALBASE}/bin/todo:deskutils/deforaos-todo \ + ${LOCALBASE}/bin/player:multimedia/deforaos-player \ + ${LOCALBASE}/bin/mixer:audio/deforaos-mixer \ + ${LOCALBASE}/bin/editor:editors/deforaos-editor \ + ${LOCALBASE}/bin/phone:comms/deforaos-phone USES= metaport |