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-albino | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
download | ports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz ports-597afc47baba19000afd8ec4880a2c47975b0367.zip |
Notes
Diffstat (limited to 'textproc/rubygem-albino')
-rw-r--r-- | textproc/rubygem-albino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index 713eb51b01db..e1130ae7272b 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -11,8 +11,8 @@ COMMENT= Ruby wrapper for pygmentize LICENSE= MIT -RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn \ - ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS= rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments USES= python NO_ARCH= yes |