pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/openexr Add more to COMMENT.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f5c7e781e53
branches:  trunk
changeset: 488809:8f5c7e781e53
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Feb 09 18:21:52 2005 +0000

description:
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:

 graphics/openexr/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ad61a493048c -r 8f5c7e781e53 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Wed Feb 09 18:20:39 2005 +0000
+++ b/graphics/openexr/Makefile Wed Feb 09 18:21:52 2005 +0000
@@ -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 @@
 
 MAINTAINER=    adam%NetBSD.org@localhost
 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
 



Home | Main Index | Thread Index | Old Index