diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-02 08:18:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-01-02 08:18:44 +0000 |
commit | 0d54696f56c4437421c21744fb59eb073ac34f3d (patch) | |
tree | 7474805f738b3e7a011a55a6f3b4000c593536f0 /graphics/gegl | |
parent | d1f6b220b91b731cc167a1ad00fc9bde71b6eef3 (diff) |
Notes
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 068a0549d97a..5f559498cc0e 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -14,6 +14,8 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER +EXTRA_PATCHES= ${PATCHDIR}/cpu-detection.patch:-p1 + BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libjson-glib-1.0.so:devel/json-glib \ |