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/interchange | |
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/interchange')
-rw-r--r-- | www/interchange/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index 050b76e16036..604b159edd7d 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -12,11 +12,11 @@ COMMENT= RedHat's database-enabled e-commerce server LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \ - p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ - p5-libwww>=5.810:${PORTSDIR}/www/p5-libwww \ - p5-Set-Crontab>=1.00:${PORTSDIR}/devel/p5-Set-Crontab \ - p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 +RUN_DEPENDS= p5-Safe-Hole>=0.10:security/p5-Safe-Hole \ + p5-URI>=1.37:net/p5-URI \ + p5-libwww>=5.810:www/p5-libwww \ + p5-Set-Crontab>=1.00:devel/p5-Set-Crontab \ + p5-Digest-SHA1>=2.11:security/p5-Digest-SHA1 BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix tar:bzip2 @@ -31,8 +31,8 @@ NO_ARCH= yes OPTIONS_DEFINE= MYSQL PGSQL OPTIONS_DEFAULT= MYSQL -MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql -PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg +MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql +PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg GROUPS= interch USERS= interch |