diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-16 07:12:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-16 07:12:06 +0000 |
commit | f93506345836f01eb688a36e2ad3bafa57c17d79 (patch) | |
tree | fdff592daaca28ebe6292064c8b3e92a68d9b2c2 /graphics/gfont | |
parent | a4b20c8079ba93213441d438a173594233379458 (diff) | |
download | ports-f93506345836f01eb688a36e2ad3bafa57c17d79.tar.gz ports-f93506345836f01eb688a36e2ad3bafa57c17d79.zip |
Notes
Diffstat (limited to 'graphics/gfont')
-rw-r--r-- | graphics/gfont/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile index 8cdf3485ebb8..d9a9d4816e69 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.4 1998/01/03 09:26:46 rse Exp $ +# $Id: Makefile,v 1.5 1998/11/15 20:47:32 jseger Exp $ # DISTNAME= gfont-1.0.2 @@ -13,12 +13,17 @@ 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 \ gsftopk:${PORTSDIR}/print/teTeX +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 300003 +BROKEN= perl5 +.endif + USE_PERL5= yes HAS_CONFIGURE= yes |