[Midnightbsd-cvs] mports [20775]	trunk/graphics/libopenraw/Makefile: fix depends
    laffer1 at midnightbsd.org 
    laffer1 at midnightbsd.org
       
    Thu Nov 12 20:38:04 EST 2015
    
    
  
Revision: 20775
          http://svnweb.midnightbsd.org/mports/?rev=20775
Author:   laffer1
Date:     2015-11-12 20:38:04 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix depends
Modified Paths:
--------------
    trunk/graphics/libopenraw/Makefile
Modified: trunk/graphics/libopenraw/Makefile
===================================================================
--- trunk/graphics/libopenraw/Makefile	2015-11-13 01:37:40 UTC (rev 20774)
+++ trunk/graphics/libopenraw/Makefile	2015-11-13 01:38:04 UTC (rev 20775)
@@ -11,7 +11,7 @@
 
 LICENSE=	gpl3
 
-LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 
 USES=		jpeg pkgconfig
 USE_GNOME=	libxml2
    
    
More information about the Midnightbsd-cvs
mailing list