diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-07 04:57:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-07 04:57:35 +0800 |
commit | ec3a8629c8f03958009973fb40ff81372c4019f4 (patch) | |
tree | af7258b036fb9486021ae57bde3f9d11ba1a6623 /www | |
parent | d4b0fd4c5d28b18282d310580847c1ae14c15be1 (diff) | |
download | freebsd-ports-gnome-ec3a8629c8f03958009973fb40ff81372c4019f4.tar.gz freebsd-ports-gnome-ec3a8629c8f03958009973fb40ff81372c4019f4.tar.zst freebsd-ports-gnome-ec3a8629c8f03958009973fb40ff81372c4019f4.zip |
Remove an extra colon, which should hopefully fix INDEX builds.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-libapreq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile index 9970329e13d6..67c37639b44e 100644 --- a/www/p5-libapreq/Makefile +++ b/www/p5-libapreq/Makefile @@ -20,7 +20,7 @@ IGNORE= "This port does not support mod_perl2" .else RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl BUILD_DEPENDS= ${RUN_DEPENDS} \ - ${SITE_PERL}/Apache/Test.pm::${PORTSDIR}/www/p5-Apache-Test + ${SITE_PERL}/Apache/Test.pm:${PORTSDIR}/www/p5-Apache-Test .endif PERL_CONFIGURE= yes |