summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-02-09 18:21:52 +0000
committerreed <reed@pkgsrc.org>2005-02-09 18:21:52 +0000
commit10b6ac765f846d68703a3efa7cd52e08e8da1edc (patch)
tree4c097d67bbb0f6e0c16ea50805da214e0cbfdaab /graphics
parentd7acd6ded0e83dac3938614f44677e6626b6a989 (diff)
downloadpkgsrc-10b6ac765f846d68703a3efa7cd52e08e8da1edc.tar.gz
Add more to COMMENT.
And USE_X11=yes for exrdisplay FLTK application. I needed USE_X11 because of /usr/bin/ld: cannot find -lXext during the initial configure.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/openexr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 1da4d9b4a37..a1fa7bee7d0 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/17 13:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/09 18:21:52 reed Exp $
DISTNAME= OpenEXR-1.2.1
PKGNAME= openexr-1.2.1
@@ -7,11 +7,12 @@ MASTER_SITES= http://savannah.nongnu.org/download/openexr/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.openexr.com/
-COMMENT= High dynamic-range (HDR) image file format
+COMMENT= High dynamic-range (HDR) image file format library and tools
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
+USE_X11= yes # for exrdisplay FLTK application
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= ${WRKSRC}/OpenExr.pc.in