diff options
Diffstat (limited to 'graphics/a2png/Makefile')
-rw-r--r-- | graphics/a2png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index 381c5bb61f2c..af2f5e20ba15 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -12,7 +12,7 @@ COMMENT= Converts plain ASCII text into PNG bitmap images LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gd CFLAGS+= -DDEFAULT_FONTPATH='\"${FONTROOTDIR}/TTF:${FONTROOTDIR}/Type1:${FONTROOTDIR}\"' |