Modernize LIB_DEPENDS
This commit is contained in:
parent
60b25f4660
commit
91298a461b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361814
1 changed files with 2 additions and 2 deletions
|
@ -30,13 +30,13 @@ IGNORE= cannot build OpenCV and gavl plugins simultaneously
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue