diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-15 20:47:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-15 20:47:32 +0000 |
commit | df912b9261c9c56afbfc5577ca7d0e1164bb4457 (patch) | |
tree | c78e3c59f72e54029f9fa391758091361ba92f43 /graphics/gfont | |
parent | 1d728322c0135e8dc5452354b4157e3881f4aaac (diff) |
Mark BROKEN:
checking for Perl language... expr: syntax error
expr: syntax error
expr: syntax error
built v5.005_02
configure: error: required program perl'' not found
*** Error code 1
Notes
Notes:
svn path=/head/; revision=14538
Diffstat (limited to 'graphics/gfont')
-rw-r--r-- | graphics/gfont/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile index 1e984f7dedb8..8cdf3485ebb8 100644 --- a/graphics/gfont/Makefile +++ b/graphics/gfont/Makefile @@ -3,7 +3,7 @@ # Date created: 09-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.3 1997/12/09 15:42:37 rse Exp $ +# $Id: Makefile,v 1.4 1998/01/03 09:26:46 rse Exp $ # DISTNAME= gfont-1.0.2 @@ -13,6 +13,7 @@ MASTER_SITES= http://www.engelschall.com/sw/gfont/distrib/ \ ftp://ftp.hyperreal.org/software/engelschall/gfont/ MAINTAINER= rse@engelschall.com +BROKEN= yes RUN_DEPENDS= mf:${PORTSDIR}/print/teTeX \ gftopk:${PORTSDIR}/print/teTeX \ |