diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
commit | 926c80457ba93266c92d25ce104486fc3101d852 (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/gd | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) | |
download | ports-926c80457ba93266c92d25ce104486fc3101d852.tar.gz ports-926c80457ba93266c92d25ce104486fc3101d852.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 5922649ea721..32be11d612dd 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -24,7 +24,6 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_ENV= PKG_CONFIG_LIBDIR=${LOCALBASE}/libdata/pkgconfig GNU_CONFIGURE_ARGS= USE_LDCONFIG= yes -WANT_PERL= yes OPTIONS_DEFINE= FONTCONFIG ICONV VPX XPM OPTIONS_DEFAULT=FONTCONFIG @@ -76,7 +75,8 @@ GNU_CONFIGURE_ARGS+= --with-xpm=no # koi9x15.bdf koi12x24.bdf koi10x20.bdf" # .if defined(GD_FONTS) -USE_PERL5_BUILD= yes +USES+= perl5 +USE_PERL5= build WRKFONTS= ${WRKSRC}/src .endif |