diff options
author | asami <asami@FreeBSD.org> | 1997-12-24 18:07:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-24 18:07:46 +0800 |
commit | e69fd140616cf500386f5b5430e2027cbc3637a6 (patch) | |
tree | b4cd4ca70bdef3b29d12041857551108a7e48976 /lang | |
parent | 2f395d531abd21f96c882ff1ceda7039c209af48 (diff) | |
download | freebsd-ports-graphics-e69fd140616cf500386f5b5430e2027cbc3637a6.tar.gz freebsd-ports-graphics-e69fd140616cf500386f5b5430e2027cbc3637a6.tar.zst freebsd-ports-graphics-e69fd140616cf500386f5b5430e2027cbc3637a6.zip |
Mark this port broken for now.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/eperl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 44725045c7b..e949a85c156 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.20 1997/12/23 09:59:20 rse Exp $ +# $Id: Makefile,v 1.21 1997/12/24 01:21:09 alex Exp $ # DISTNAME= eperl-2.2.9 @@ -25,6 +25,8 @@ MAINTAINER= rse@engelschall.com RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache .endif +BROKEN= cannot find ./etc/asc2c + USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-perl=${PREFIX}/bin/perl |