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-jekyll-gist | |
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-jekyll-gist')
-rw-r--r-- | textproc/rubygem-jekyll-gist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rubygem-jekyll-gist/Makefile b/textproc/rubygem-jekyll-gist/Makefile index 5ecebf51c028..cee75bc2df12 100644 --- a/textproc/rubygem-jekyll-gist/Makefile +++ b/textproc/rubygem-jekyll-gist/Makefile @@ -12,7 +12,7 @@ COMMENT= Liquid tag for displaying GitHub Gists in Jekyll sites LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-octokit>=4.2:${PORTSDIR}/net/rubygem-octokit +RUN_DEPENDS= rubygem-octokit>=4.2:net/rubygem-octokit NO_ARCH= yes USE_RUBY= yes |