diff options
author | thierry <thierry@FreeBSD.org> | 2016-03-26 18:15:54 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-03-26 18:15:54 +0800 |
commit | 76e3a83dfe4c703915f6c100f376b6989c352d77 (patch) | |
tree | 638cc020f65dca25fdcb71bf648355f070a8899d /graphics | |
parent | adcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593 (diff) | |
download | freebsd-ports-gnome-76e3a83dfe4c703915f6c100f376b6989c352d77.tar.gz freebsd-ports-gnome-76e3a83dfe4c703915f6c100f376b6989c352d77.tar.zst freebsd-ports-gnome-76e3a83dfe4c703915f6c100f376b6989c352d77.zip |
s/pkgconf/pkgconfig/
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 aa702f31cbf2..7890c7f463ad 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 pkgconf:build +USES+= gmake pkgconfig:build .endif .if ${PORT_OPTIONS:MDOCS} |