diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-07-25 20:25:52 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-07-25 20:25:52 +0000 |
commit | 7fd2bdae4db14fa6359f5b91f8775e8e027f89c3 (patch) | |
tree | bf44e17fa1f8be6266c5011630ed014b1d4926fb | |
parent | 2fe83aa32c4c66658df737d23ac582ea1cedd661 (diff) |
Notes
-rw-r--r-- | graphics/vips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 4bc8bebb5534..3a737c794361 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -54,6 +54,10 @@ PLIST_SUB+= VERSION=${PORTVERSION:R} CONFIGURE_ENV+= MAGICK_CFLAGS="-I${LOCALBASE}/include/GraphicsMagick" CONFIGURE_ARGS+=--without-x --mandir=${PREFIX}/man --with-magickpackage=GraphicsMagick +.for p in tiff jpeg zip png +CONFIGURE_ARGS+=--with-$p-includes=${LOCALBASE}/include +CONFIGURE_ARGS+=--with-$p-libraries=${LOCALBASE}/lib +.endfor # This is used to generate the list of man-pages and MLINKS. It # looks through the available man-pages and filters out those, |