diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 02:33:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 02:33:11 +0800 |
commit | afd208a7634f85f39e41996fdfb323c9ec10ffda (patch) | |
tree | 2ad32a7578fd90bbb959c871a864bfa89d12cdcf /graphics | |
parent | c57ceadd1ce2239d1556715149d349d2934ac602 (diff) | |
download | freebsd-ports-gnome-afd208a7634f85f39e41996fdfb323c9ec10ffda.tar.gz freebsd-ports-gnome-afd208a7634f85f39e41996fdfb323c9ec10ffda.tar.zst freebsd-ports-gnome-afd208a7634f85f39e41996fdfb323c9ec10ffda.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ethumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ethumb/Makefile b/graphics/ethumb/Makefile index e3f2dd72874a..40680e349855 100644 --- a/graphics/ethumb/Makefile +++ b/graphics/ethumb/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USES= pathfix +USES= pathfix pkgconfig USE_EFL= eina evas ecore edje libtool_hack USE_EFL_ECORE= evas file x11 input_evas USE_LDCONFIG= yes |