diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:37:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 02:37:32 +0000 |
commit | d2b9a0ba5ba01608cd1cc778cae51631ad251c22 (patch) | |
tree | a9a3803bb03cf44e303bda5e64ea07b2f3ef0181 /graphics/gd2 | |
parent | 3a997c8c2467c1ee604beebe9edaa6ee79f70ef8 (diff) |
Notes
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 62f9a0953e0a..bde979b72a1f 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -47,7 +47,7 @@ MAKE_ARGS+= $v="${$v}" .endfor post-extract: - bzip2 -d < ${_DISTDIR}/gd_gif_in.c.bz2 > ${WRKSRC}/gd_gif_in.c + ${BZIP2_CMD} -d < ${_DISTDIR}/gd_gif_in.c.bz2 > ${WRKSRC}/gd_gif_in.c .ifdef GD_FONTS SCRIPTS_ENV+= GD_FONTS="${GD_FONTS}" |