diff options
author | thierry <thierry@FreeBSD.org> | 2016-03-26 17:49:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-03-26 17:49:44 +0800 |
commit | adcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593 (patch) | |
tree | 5d740c2c556d7b2f4abb0a7819b14e93b8dde773 /graphics/cimg | |
parent | 30d1b5fae74ea4b46566e858045580e354850fbc (diff) | |
download | freebsd-ports-gnome-adcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593.tar.gz freebsd-ports-gnome-adcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593.tar.zst freebsd-ports-gnome-adcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593.zip |
Adding a missing pkgconfig.
Diffstat (limited to 'graphics/cimg')
-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} |