diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-23 02:33:20 +0800 |
commit | a271c81a691520343b54826252aba0c2600e31ab (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /databases/grass | |
parent | 19ea8e358e68f9d94cca6a73917529e296948d19 (diff) | |
download | freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.gz freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.tar.zst freebsd-ports-gnome-a271c81a691520343b54826252aba0c2600e31ab.zip |
Convert to USES=jpeg
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index ad29bf34feec..337e1330779a 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -26,7 +26,6 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libproj.so:${PORTSDIR}/graphics/proj \ libtiff.so:${PORTSDIR}/graphics/tiff \ @@ -34,7 +33,7 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -USES= fortran gettext gmake iconv perl5 pkgconfig python:2 readline \ +USES= fortran gettext gmake iconv jpeg perl5 pkgconfig python:2 readline \ shebangfix tk SHEBANG_FILES= scripts/i.spectral/i.spectral \ scripts/r.tileset/r.tileset |