diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-24 10:07:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-24 10:07:46 +0000 |
commit | 9d0cb6e575caa61c6219156a8311a1a39cb25f2c (patch) | |
tree | b1c00a1765c1658f09915f9b094d19b4c5bfbcc9 /lang/eperl | |
parent | 33c3bccbd321b522f93818c8ada70beea97667a0 (diff) | |
download | ports-9d0cb6e575caa61c6219156a8311a1a39cb25f2c.tar.gz ports-9d0cb6e575caa61c6219156a8311a1a39cb25f2c.zip |
Notes
Diffstat (limited to 'lang/eperl')
-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 44725045c7b0..e949a85c1565 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 |