diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 12:24:26 +0000 |
commit | 17a043ebcdd6316843b85d6bccef676314db0b05 (patch) | |
tree | 8750231324508086cb75cdcadc02339d878c0c5d /graphics/evas-engine-x11 | |
parent | 41f553bf27d80a550bc4bd11a9b9d9b3c51520d1 (diff) |
Notes
Diffstat (limited to 'graphics/evas-engine-x11')
-rw-r--r-- | graphics/evas-engine-x11/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/evas-engine-x11/Makefile b/graphics/evas-engine-x11/Makefile index 508280cc59a9..ed6308e91dd9 100644 --- a/graphics/evas-engine-x11/Makefile +++ b/graphics/evas-engine-x11/Makefile @@ -19,6 +19,9 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_EFL= evas librt_hack libtool_hack USE_XORG= x11 xext USE_LDCONFIG= yes |