diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 11:09:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 11:09:13 +0800 |
commit | 2f0d266445370ad86a00ae4a20057e5871090fb6 (patch) | |
tree | 6d2efec467d26444aab2f6c0eb1f356e8ccc5c66 /www | |
parent | cd4544e463e7fad5f22d7dd11b1e14070ce958f1 (diff) | |
download | freebsd-ports-gnome-2f0d266445370ad86a00ae4a20057e5871090fb6.tar.gz freebsd-ports-gnome-2f0d266445370ad86a00ae4a20057e5871090fb6.tar.zst freebsd-ports-gnome-2f0d266445370ad86a00ae4a20057e5871090fb6.zip |
BROKEN with old perl: Incorrect pkg-plist
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Embperl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile index d805f3a87151..6b1dd059aa37 100644 --- a/www/p5-HTML-Embperl/Makefile +++ b/www/p5-HTML-Embperl/Makefile @@ -49,6 +49,7 @@ MAN1= embpexec.pl.1 .if ${PERL_LEVEL} < 500601 BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec +BROKEN= Incorrect pkg-plist .endif .include <bsd.port.post.mk> |