=================================================================== RCS file: /cvs/ports/graphics/luminance/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/graphics/luminance/Attic/Makefile 2011/09/08 08:14:52 1.6 +++ ports/graphics/luminance/Attic/Makefile 2011/10/30 14:08:05 1.7 @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.6 2011/09/08 08:14:52 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2011/10/30 14:08:05 yason Exp $ COMMENT = application that aims to provide a workflow for HDR imaging -BROKEN = no install target in cmake V = 2.1.0 DISTNAME = luminance-hdr-${V} @@ -18,13 +17,14 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = Half Iex IlmImf Imath QtGui QtWebKit QtXml \ - c exiv2 fftw3f gsl gslcblas m pthread stdc++ tiff - MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/} +WANTLIB += Half Iex IlmImf QtGui QtSql QtWebKit QtXml c exiv2 +WANTLIB += fftw3f gsl gslcblas lcms m pthread raw_r stdc++ tiff + MODULES = devel/cmake x11/qt4 -RUN_DEPENDS = devel/desktop-file-utils +RUN_DEPENDS = devel/desktop-file-utils \ + x11/qt4,-sqlite LIB_DEPENDS = devel/gsl \ graphics/openexr \ graphics/exiv2 \