diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2016-03-26 09:49:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2016-03-26 09:49:44 +0000 |
commit | 89f14723234aa8a75d028dd260fc08957eb379ef (patch) | |
tree | 5d740c2c556d7b2f4abb0a7819b14e93b8dde773 /graphics | |
parent | b1f9d71bc40bc0816fd077e786f5a04f57283b94 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cimg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index 516e2e824d24..aa702f31cbf2 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -42,7 +42,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MEXAMPLES} -USES+= gmake +USES+= gmake pkgconf:build .endif .if ${PORT_OPTIONS:MDOCS} |