diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/php-composer | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'devel/php-composer')
-rw-r--r-- | devel/php-composer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/php-composer/Makefile b/devel/php-composer/Makefile index 710f8d98b08e..69552a949f5b 100644 --- a/devel/php-composer/Makefile +++ b/devel/php-composer/Makefile @@ -16,7 +16,7 @@ COMMENT= Dependency Manager for PHP LICENSE= MIT -RUN_DEPENDS= ca_root_nss>0:${PORTSDIR}/security/ca_root_nss +RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss NO_BUILD= yes NO_WRKSUBDIR= yes |