=================================================================== RCS file: /cvs/ports/graphics/luminance/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.9 diff -u -r1.6 -r1.9 --- ports/graphics/luminance/Attic/Makefile 2011/09/08 08:14:52 1.6 +++ ports/graphics/luminance/Attic/Makefile 2011/11/20 17:23:00 1.9 @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.6 2011/09/08 08:14:52 yason Exp $ +# $OpenBSD: Makefile,v 1.9 2011/11/20 17:23:00 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,23 +17,23 @@ 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 \ - graphics/libraw \ + graphics/libraw>=0.13.8 \ graphics/tiff \ math/fftw3,float CONFIGURE_ARGS += -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_EXE_LINKER_FLAGS=-pthread -SEPARATE_BUILD = simple NO_REGRESS = Yes