summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-11 17:17:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-11 17:17:35 +0000
commit251f4ca6f14914170f3b0d23731bb82c39775a4a (patch)
tree1a0c82510e2ad579641a51eadbef715702daac7a /graphics
parent- convert to the new perl5 framework (diff)
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326995
Diffstat (limited to 'graphics')
-rw-r--r--graphics/hs-svgcairo/Makefile1
-rw-r--r--graphics/hugin-devel/Makefile2
-rw-r--r--graphics/hugin/Makefile2
3 files changed, 3 insertions, 2 deletions
diff --git a/graphics/hs-svgcairo/Makefile b/graphics/hs-svgcairo/Makefile
index 2b08c149d46f..9d6c316e354a 100644
--- a/graphics/hs-svgcairo/Makefile
+++ b/graphics/hs-svgcairo/Makefile
@@ -10,6 +10,7 @@ COMMENT= Binding to the libsvg-cairo library
LICENSE= BSD
+USES= pkgconfig
USE_CABAL= cairo>=0.12 glib>=0.12 mtl
USE_GNOME= librsvg2
diff --git a/graphics/hugin-devel/Makefile b/graphics/hugin-devel/Makefile
index 22d83d43ae5d..897b8c236203 100644
--- a/graphics/hugin-devel/Makefile
+++ b/graphics/hugin-devel/Makefile
@@ -37,7 +37,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC
PANOMATIC_DESC= Install graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
-USES= cmake gettext
+USES= cmake gettext pkgconfig
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index a26743387b32..a9b56f600ce8 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -33,7 +33,7 @@ OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC
PANOMATIC_DESC= Install graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
-USES= cmake gettext
+USES= cmake gettext pkgconfig
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}