diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 02:39:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 02:39:13 +0800 |
commit | 400f7e35d5048efc2194b85bb48cc081ead54c93 (patch) | |
tree | 241488f5fa87fe166039dc2977b7d9f77e598554 | |
parent | afd208a7634f85f39e41996fdfb323c9ec10ffda (diff) | |
download | freebsd-ports-gnome-400f7e35d5048efc2194b85bb48cc081ead54c93.tar.gz freebsd-ports-gnome-400f7e35d5048efc2194b85bb48cc081ead54c93.tar.zst freebsd-ports-gnome-400f7e35d5048efc2194b85bb48cc081ead54c93.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | x11-toolkits/hs-pango/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 9c377dc76779..418b89d12205 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -10,6 +10,7 @@ COMMENT= Binding to the Pango text rendering engine LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= cairo>=0.12.0 glib>=0.12.0 mtl USE_GNOME= pango |