diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-03 04:21:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-03 04:21:23 +0800 |
commit | 2a73fd7674bb5ee70278d6c76efaf8c743c4b7ba (patch) | |
tree | 0ce2e65cfd2efcfe669d2ad42d688c6f7c41744e /graphics | |
parent | 6391ebdbb35e08d801ab20dda1c64065d5ea7b1c (diff) | |
download | freebsd-ports-gnome-2a73fd7674bb5ee70278d6c76efaf8c743c4b7ba.tar.gz freebsd-ports-gnome-2a73fd7674bb5ee70278d6c76efaf8c743c4b7ba.tar.zst freebsd-ports-gnome-2a73fd7674bb5ee70278d6c76efaf8c743c4b7ba.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ecore-evas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ecore-evas/Makefile b/graphics/ecore-evas/Makefile index e18161bb2213..f7fd1a053256 100644 --- a/graphics/ecore-evas/Makefile +++ b/graphics/ecore-evas/Makefile @@ -17,7 +17,7 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_EFL= evas ecore libtool_hack USE_EFL_ECORE= input input_evas USE_LDCONFIG= yes |