diff options
Diffstat (limited to 'graphics/libgaiagraphics/Makefile')
-rw-r--r-- | graphics/libgaiagraphics/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index 1d6fbf2b7fec..9fc7dee90070 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= coder@tuxfamily.org COMMENT= Library supporting common-utility raster handling methods -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ - libcairo.so:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libpng.so:graphics/png \ + libtiff.so:graphics/tiff \ + libgeotiff.so:graphics/libgeotiff \ + libcairo.so:graphics/cairo USES= gmake iconv jpeg pathfix pkgconfig libtool USE_LDCONFIG= yes |