diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/rubygem-html-pipeline-gitlab | |
parent | Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412349
Diffstat (limited to 'textproc/rubygem-html-pipeline-gitlab')
-rw-r--r-- | textproc/rubygem-html-pipeline-gitlab/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/rubygem-html-pipeline-gitlab/Makefile b/textproc/rubygem-html-pipeline-gitlab/Makefile index 2b1dfea60fd6..1a716b42faec 100644 --- a/textproc/rubygem-html-pipeline-gitlab/Makefile +++ b/textproc/rubygem-html-pipeline-gitlab/Makefile @@ -11,11 +11,11 @@ COMMENT= Extension filters for html-pipeline used by GitLab LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ - rubygem-gitlab_emoji>=0.1:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ - rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline \ - rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-sanitize>=2.1:${PORTSDIR}/textproc/rubygem-sanitize +RUN_DEPENDS= rubygem-actionpack4>=4:www/rubygem-actionpack4 \ + rubygem-gitlab_emoji>=0.1:graphics/rubygem-gitlab_emoji \ + rubygem-html-pipeline>=1.11.0:textproc/rubygem-html-pipeline \ + rubygem-mime-types>=0:misc/rubygem-mime-types \ + rubygem-sanitize>=2.1:textproc/rubygem-sanitize NO_ARCH= yes USE_RUBY= yes |