diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 16:31:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 16:31:18 +0800 |
commit | 922b8c557a9139facb6f63f5e5bffb57a00ae1dc (patch) | |
tree | 35b63cc676f57730f63afe493eff8f641d345a5b /graphics | |
parent | 43bf19d8afecb6bd20500ae61dd641380604b9fe (diff) | |
download | freebsd-ports-gnome-922b8c557a9139facb6f63f5e5bffb57a00ae1dc.tar.gz freebsd-ports-gnome-922b8c557a9139facb6f63f5e5bffb57a00ae1dc.tar.zst freebsd-ports-gnome-922b8c557a9139facb6f63f5e5bffb57a00ae1dc.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evas-loader-svg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas-loader-svg/Makefile b/graphics/evas-loader-svg/Makefile index 561eb40e3371..f14e366dbcb5 100644 --- a/graphics/evas-loader-svg/Makefile +++ b/graphics/evas-loader-svg/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas esvg librt_hack libtool_hack USE_LDCONFIG= yes |