svn commit: r361814 - head/graphics/frei0r

Baptiste Daroussin bapt at FreeBSD.org
Mon Jul 14 18:51:50 UTC 2014


Author: bapt
Date: Mon Jul 14 18:51:49 2014
New Revision: 361814
URL: http://svnweb.freebsd.org/changeset/ports/361814
QAT: https://qat.redports.org/buildarchive/r361814/

Log:
  Modernize LIB_DEPENDS

Modified:
  head/graphics/frei0r/Makefile

Modified: head/graphics/frei0r/Makefile
==============================================================================
--- head/graphics/frei0r/Makefile	Mon Jul 14 18:44:04 2014	(r361813)
+++ head/graphics/frei0r/Makefile	Mon Jul 14 18:51:49 2014	(r361814)
@@ -30,13 +30,13 @@ IGNORE=		cannot build OpenCV and gavl pl
 PORTREVISION=	3
 COMMENT=	Frei0r OpenCV plugins
 PKGNAMESUFFIX=	-plugins-opencv
-LIB_DEPENDS+=	opencv_legacy.2:${PORTSDIR}/graphics/opencv
+LIB_DEPENDS+=	libopencv_legacy.so:${PORTSDIR}/graphics/opencv
 FREI0R_PLUGINS=	facebl0r facedetect
 .elif defined(BUILDING_FREI0R_GAVL)
 PORTREVISION=	2
 COMMENT=	Frei0r gavl plugins
 PKGNAMESUFFIX=	-plugins-gavl
-LIB_DEPENDS+=	gavl.1:${PORTSDIR}/multimedia/gavl
+LIB_DEPENDS+=	libgavl.so:${PORTSDIR}/multimedia/gavl
 FREI0R_PLUGINS=	rgbparade scale0tilt vectorscope
 .else
 


More information about the svn-ports-all mailing list