aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2016-03-26 18:15:54 +0800
committerthierry <thierry@FreeBSD.org>2016-03-26 18:15:54 +0800
commit76e3a83dfe4c703915f6c100f376b6989c352d77 (patch)
tree638cc020f65dca25fdcb71bf648355f070a8899d /graphics
parentadcb45a3aaeb4f1d593d1cc50ec0c8859cc4a593 (diff)
downloadfreebsd-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/Makefile2
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}