diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 18:03:16 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-02 18:03:16 +0000 |
commit | 3f582dcb43c6fc8998e268a5ab343ff2399f7ff4 (patch) | |
tree | 8313f19981b0d8498e4ab253ace2bcff0c2d4621 /graphics/evas-engine-opengl/Makefile | |
parent | c2c4c7bd1a5979c0066d6ffd4097f99a111528b0 (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326045
Diffstat (limited to 'graphics/evas-engine-opengl/Makefile')
-rw-r--r-- | graphics/evas-engine-opengl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evas-engine-opengl/Makefile b/graphics/evas-engine-opengl/Makefile index 88b4d9856256..bf855109cbb9 100644 --- a/graphics/evas-engine-opengl/Makefile +++ b/graphics/evas-engine-opengl/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 librt_hack libtool_hack USE_XORG= x11 xext xrender USE_GL= gl glu |