svn commit: r321017 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Sat Jun 15 21:08:53 UTC 2013


Author: mandree
Date: Sat Jun 15 21:08:52 2013
New Revision: 321017
URL: http://svnweb.freebsd.org/changeset/ports/321017

Log:
  Add fftw3f to dependencies.

Modified:
  head/graphics/rawtherapee/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Sat Jun 15 20:15:31 2013	(r321016)
+++ head/graphics/rawtherapee/Makefile	Sat Jun 15 21:08:52 2013	(r321017)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	gtkmm-2.4:${PORTSDIR}/x11-t
 		png15:${PORTSDIR}/graphics/png \
 		tiff:${PORTSDIR}/graphics/tiff \
 		sigc-2.0:${PORTSDIR}/devel/libsigc++20 \
+		fftw3f:${PORTSDIR}/math/fftw3-float \
 		canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3
 
 USES=		cmake:outsource pkgconfig


More information about the svn-ports-all mailing list