diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
commit | e8c033346292b58e029cbed33f2020fa29fab8ec (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/gd | |
parent | 07673ea56e79850a055955863f379793fb272d54 (diff) | |
download | freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.gz freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.tar.zst freebsd-ports-gnome-e8c033346292b58e029cbed33f2020fa29fab8ec.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
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 |