From 63a15f29709b8cfe1c93c22c562af999417578fe Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 24 Aug 2001 14:08:11 +0000 Subject: Conditionalize the dependency on bzip2. De-portlint a bit. --- graphics/gd1/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'graphics/gd1') diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index a6c514e9e9bd..321305c1c151 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -19,12 +19,15 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER?= ports@FreeBSD.org -USE_FREETYPE2= yes -BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 +.if !exists(/usr/bin/bzip2) +BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 +.endif LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype:${PORTSDIR}/print/freetype2 +USE_FREETYPE2= yes + .if defined(WITH_X11) USE_XLIB= yes USE_XPM= yes @@ -32,7 +35,7 @@ USE_XPM= yes INSTALLS_SHLIB= yes -post-extract: +post-extract: bzip2 -d < ${_DISTDIR}/gd_gif_in.c.bz2 > ${WRKSRC}/gd_gif_in.c pre-everything: -- cgit v1.2.3