diff options
-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" |