diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/aws-demos/Makefile | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'www/aws-demos/Makefile')
-rw-r--r-- | www/aws-demos/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile index 945de385e9a5..38c7b307a149 100644 --- a/www/aws-demos/Makefile +++ b/www/aws-demos/Makefile @@ -13,9 +13,9 @@ COMMENT= Adacore Ada Web Server demos LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BUILD_DEPENDS= gprbuild:${PORTSDIR}/devel/gprbuild \ - xmlada>=4.4:${PORTSDIR}/textproc/xmlada \ - aws>=3.1:${PORTSDIR}/www/aws +BUILD_DEPENDS= gprbuild:devel/gprbuild \ + xmlada>=4.4:textproc/xmlada \ + aws>=3.1:www/aws USES= ada gmake tar:bzip2 |