diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/rubygem-right_aws | |
parent | Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net/rubygem-right_aws')
-rw-r--r-- | net/rubygem-right_aws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-right_aws/Makefile b/net/rubygem-right_aws/Makefile index 52785b04bbc6..b768faa5458e 100644 --- a/net/rubygem-right_aws/Makefile +++ b/net/rubygem-right_aws/Makefile @@ -12,7 +12,7 @@ COMMENT= Provides access to Amazon EC2, S3, SQS, and SDB web services LICENSE= MIT -RUN_DEPENDS= rubygem-right_http_connection>=1.2.5:${PORTSDIR}/net/rubygem-right_http_connection +RUN_DEPENDS= rubygem-right_http_connection>=1.2.5:net/rubygem-right_http_connection NO_ARCH= yes @@ -23,6 +23,6 @@ RUBYGEM_AUTOPLIST= yes OPTIONS_DEFINE= LIBXML LIBXML_DESC= Use libxml instead of REXML -LIBXML_RUN_DEPENDS= rubygem-libxml-ruby>=0.5.2:${PORTSDIR}/textproc/rubygem-libxml-ruby +LIBXML_RUN_DEPENDS= rubygem-libxml-ruby>=0.5.2:textproc/rubygem-libxml-ruby .include <bsd.port.mk> |