diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-21 04:30:31 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-21 04:30:31 +0000 |
commit | 3149737db5150b0c8f53eacedf0e70c47a35cfe8 (patch) | |
tree | 2154f585444f89be0b874d999f9e23e0e5522f38 /graphics/gd2 | |
parent | 9dbaec52163ae4f9838fe84f7466f0120edecfd8 (diff) | |
download | FreeBSD-ports-3149737db5150b0c8f53eacedf0e70c47a35cfe8.zip FreeBSD-ports-3149737db5150b0c8f53eacedf0e70c47a35cfe8.tar.gz |
remove unnecessary "\"
Diffstat (limited to 'graphics/gd2')
-rw-r--r-- | graphics/gd2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index f25fb37..08d9f1d 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 |