svn commit: r321018 - head/graphics/rawtherapee

Matthias Andree mandree at FreeBSD.org
Sat Jun 15 21:13:22 UTC 2013


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

Log:
  Add fftw3 to dependencies.

Modified:
  head/graphics/rawtherapee/Makefile

Modified: head/graphics/rawtherapee/Makefile
==============================================================================
--- head/graphics/rawtherapee/Makefile	Sat Jun 15 21:08:52 2013	(r321017)
+++ head/graphics/rawtherapee/Makefile	Sat Jun 15 21:13:21 2013	(r321018)
@@ -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 \
+		fftw3:${PORTSDIR}/math/fftw3 \
 		fftw3f:${PORTSDIR}/math/fftw3-float \
 		canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3
 


More information about the svn-ports-all mailing list