Fix build in 4.x

Noticed by: YAPHR
This commit is contained in:
Edwin Groothuis 2006-01-02 09:39:50 +00:00
parent d9c56adb19
commit 83a0d6ba72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152565

View File

@ -8,6 +8,7 @@
PORTNAME= opencv
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opencvlibrary
@ -21,6 +22,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
LDFLAGS= ${PTHREAD_LIBS}
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>