diff options
author | mat <mat@FreeBSD.org> | 2014-11-01 02:11:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-11-01 02:11:59 +0800 |
commit | 215e6bbf5f4eefac73db294e1f986d637b3f5670 (patch) | |
tree | b9113814e6723bcc632aa7a2ca6220d274b4aeaa | |
parent | 20d42813fd04b74558e4660c4c85795fab6b86ab (diff) | |
download | freebsd-ports-gnome-215e6bbf5f4eefac73db294e1f986d637b3f5670.tar.gz freebsd-ports-gnome-215e6bbf5f4eefac73db294e1f986d637b3f5670.tar.zst freebsd-ports-gnome-215e6bbf5f4eefac73db294e1f986d637b3f5670.zip |
Make buildable again.
Noticed by: antoine
Pointy hat to: mat
Sponsored by: Absolight
-rw-r--r-- | graphics/frei0r-plugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/frei0r-plugins/Makefile b/graphics/frei0r-plugins/Makefile index cc2f59e9d396..ab127fa94f02 100644 --- a/graphics/frei0r-plugins/Makefile +++ b/graphics/frei0r-plugins/Makefile @@ -17,12 +17,14 @@ MASTERDIR= ${.CURDIR}/../frei0r NO_BUILD= yes PLIST= ${WRKDIR}/PLIST + BUILDING_FREI0R_METAPORT= yes OPTIONS_DEFINE= GAVL OPENCV OPTIONS_DEFAULT= GAVL OPENCV GAVL_DESC= Install gavl plugins OPENCV_DESC= Install OpenCV plugins +PATCHDIR= ${.CURDIR}/files .include "${MASTERDIR}/Makefile" |