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/gd | |
parent | 3a997c8c2467c1ee604beebe9edaa6ee79f70ef8 (diff) | |
download | ports-d2b9a0ba5ba01608cd1cc778cae51631ad251c22.tar.gz ports-d2b9a0ba5ba01608cd1cc778cae51631ad251c22.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 46355f68e07e..3f7ba6ad7696 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -45,7 +45,7 @@ pre-everything:: .endif post-extract: - @bzip2 -dc ${DISTDIR}/${DIST_SUBDIR}/gd_gif_in.c.bz2 \ + @${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/gd_gif_in.c.bz2 \ > ${WRKSRC}/gd_gif_in.c post-patch: |