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 /x11/ecore-x11 | |
parent | 41f553bf27d80a550bc4bd11a9b9d9b3c51520d1 (diff) |
Notes
Diffstat (limited to 'x11/ecore-x11')
-rw-r--r-- | x11/ecore-x11/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/ecore-x11/Makefile b/x11/ecore-x11/Makefile index fae55a29cb50..5994642e2af0 100644 --- a/x11/ecore-x11/Makefile +++ b/x11/ecore-x11/Makefile @@ -17,6 +17,9 @@ LICENSE= BSD DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_EFL= ecore libtool_hack USE_EFL_ECORE= input USE_LDCONFIG= yes |