This is needed to be able to update gegl to latest version. Bump revision of all consumer as the ABI is not 100% backward compatible. Provide a patch for graphics/devil to properly build with latest jasper. While here add a missing USES=xorg to graphics/devil
16 lines
282 B
Makefile
16 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics java
|
|
PKGNAMESUFFIX= -${OCV_SLAVE}
|
|
|
|
COMMENT= OpenCV Java library
|
|
|
|
OCV_SLAVE= java
|
|
OCV_JAVA= yes
|
|
MASTERDIR= ${.CURDIR:H}/opencv
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PLIST_SUB+= OCV_VER=${DISTVERSION:S|.||g}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|