diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-21 12:30:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-21 12:30:31 +0800 |
commit | 3149737db5150b0c8f53eacedf0e70c47a35cfe8 (patch) | |
tree | 2154f585444f89be0b874d999f9e23e0e5522f38 /graphics | |
parent | 9dbaec52163ae4f9838fe84f7466f0120edecfd8 (diff) | |
download | freebsd-ports-gnome-3149737db5150b0c8f53eacedf0e70c47a35cfe8.tar.gz freebsd-ports-gnome-3149737db5150b0c8f53eacedf0e70c47a35cfe8.tar.zst freebsd-ports-gnome-3149737db5150b0c8f53eacedf0e70c47a35cfe8.zip |
remove unnecessary "\"
Diffstat (limited to 'graphics')
-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 f25fb3783b03..08d9f1da458f 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 |