1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

If the alternative set of fonts was requested, _add_ the

build-dependency on Perl instead of setting it (and do it using the
new USE_PERL_BUILD knob). This fixes ukrainian/gd, which is the only
sattelite of this port at the moment.

Submitted by:	bento
Approved by:	portmgr (kris)
This commit is contained in:
Mikhail Teterin 2002-11-27 16:20:31 +00:00
parent 6497e3d816
commit 53692c87ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71162

View File

@ -66,7 +66,7 @@ post-install:
.endif
.if defined(GD_FONTS)
BUILD_DEPENDS= perl:${PORTSDIR}/lang/perl5
USE_PERL5_BUILD=yes
SCRIPTS_ENV+= GD_FONTS="${GD_FONTS}"
.endif