=================================================================== RCS file: /cvs/ports/graphics/luminance/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.4 diff -u -r1.1 -r1.4 --- ports/graphics/luminance/Attic/Makefile 2010/08/18 22:18:53 1.1 +++ ports/graphics/luminance/Attic/Makefile 2010/12/08 05:01:29 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2010/08/18 21:18:53 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2010/12/08 05:01:29 yason Exp $ COMMENT = application that aims to provide a workflow for HDR imaging -DISTNAME = luminance-hdr_2.0.0 -PKGNAME = ${DISTNAME:S/_/-/} +DISTNAME = luminance-v2.0.1 +PKGNAME = ${DISTNAME:S/v//} CATEGORIES = graphics @@ -16,22 +16,20 @@ PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = Half Iex IlmImf Imath QtDBus QtGui QtNetwork QtWebKit QtXml QtXmlPatterns \ - c exiv2 fftw3f gsl gslcblas m phonon pthread sqlite3 stdc++ tiff +WANTLIB = Half Iex IlmImf Imath QtGui QtWebKit QtXml \ + c exiv2 fftw3f gsl gslcblas m pthread stdc++ tiff MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=qtpfsgui/} MODULES = x11/qt4 -RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils -LIB_DEPENDS = ::devel/gsl \ - ::graphics/openexr \ - ::graphics/exiv2 \ - ::graphics/tiff \ - ::math/fftw3,float +RUN_DEPENDS = devel/desktop-file-utils +LIB_DEPENDS = devel/gsl \ + graphics/openexr \ + graphics/exiv2 \ + graphics/tiff \ + math/fftw3,float FAKE_FLAGS = INSTALL_ROOT=${WRKINST} - -USE_X11 = Yes NO_REGRESS = Yes