1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

graphics/opencv: continue recent binutils fix

This cleans up the previous commit, and combines the LDFLAGS.  It's more
logical this way, right after opencv_core is specified in LIB_DEPENDS.

Approved by:	bapt/culot (mentors, implicit)
This commit is contained in:
John Marino 2013-08-10 20:35:10 +00:00
parent 8964260749
commit b6386755cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324558

View File

@ -32,7 +32,7 @@ PLIST_SUB+= VERSION=${DISTVERSION}
.if !defined(_BUILDING_OPENCV_CORE) && !defined(_BUILDING_OPENCV_PYTHON)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-opencv
LIB_DEPENDS+= opencv_core.2:${PORTSDIR}/graphics/opencv-core
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -L${LOCALBASE}/lib -lopencv_core
PORTDOCS= *
@ -43,8 +43,6 @@ GTK_DESC= GTK+ support
OPENEXR_DESC= OpenEXR support
TBB_DESC= TBB support
LDFLAGS+= -lopencv_core
OPTIONS_DEFAULT= EIGEN2 JASPER JPEG PNG TIFF V4L
.include <bsd.port.options.mk>