diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-18 03:15:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-18 03:15:09 +0800 |
commit | 9bcef55b617f31781f989b9fed34f0c1d2266eb9 (patch) | |
tree | e8b6c64c03127d44def0793bfe2632a669a973be /graphics/gimp-beautify-plugin | |
parent | 191e76731b7258ae19c60ab55a06b593f5825eca (diff) | |
download | freebsd-ports-gnome-9bcef55b617f31781f989b9fed34f0c1d2266eb9.tar.gz freebsd-ports-gnome-9bcef55b617f31781f989b9fed34f0c1d2266eb9.tar.zst freebsd-ports-gnome-9bcef55b617f31781f989b9fed34f0c1d2266eb9.zip |
Add missing dependency on pkgconf
Diffstat (limited to 'graphics/gimp-beautify-plugin')
-rw-r--r-- | graphics/gimp-beautify-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index 9ac29fd7d46b..634c837be33c 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -25,7 +25,7 @@ GH_ACCOUNT= hejiann GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e209c8d -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender |