diff options
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r-- | graphics/gd1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 46355f6..3f7ba6a 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/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: |