From 3149737db5150b0c8f53eacedf0e70c47a35cfe8 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sun, 21 Oct 2001 04:30:31 +0000 Subject: remove unnecessary "\" --- graphics/gd2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index f25fb3783b0..08d9f1da458 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -22,7 +22,7 @@ MAINTAINER?= ports@FreeBSD.org BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 .endif LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ + jpeg.9:${PORTSDIR}/graphics/jpeg USE_FREETYPE2= yes .ifndef WITHOUT_XPM -- cgit