diff options
author | asami <asami@FreeBSD.org> | 1998-11-16 15:12:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-16 15:12:06 +0800 |
commit | afd92aa62d43a909bec7c7156435bc73338f1da5 (patch) | |
tree | 30a6bafcdf98fe4ea2fcccdc76f717f4747208e0 /graphics | |
parent | 5ac67053a823596519cd4e77e74451e57440eeaf (diff) | |
download | freebsd-ports-gnome-afd92aa62d43a909bec7c7156435bc73338f1da5.tar.gz freebsd-ports-gnome-afd92aa62d43a909bec7c7156435bc73338f1da5.tar.zst freebsd-ports-gnome-afd92aa62d43a909bec7c7156435bc73338f1da5.zip |
This is broken only on -current. I suspect it gets confused by system perl.
Diffstat (limited to 'graphics')
-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 |