diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 10:07:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-03 10:07:44 +0000 |
commit | 7b58894aac1c315a9a7f2fc2f3212504b482e37c (patch) | |
tree | 7b5b306b7e5edb18d35cfdcc4fabd3cfd184c508 /net/ecore-con/Makefile | |
parent | 3abf512b78d1f7f7f9fdccde8636dbfe31c7185a (diff) | |
download | ports-7b58894aac1c315a9a7f2fc2f3212504b482e37c.tar.gz ports-7b58894aac1c315a9a7f2fc2f3212504b482e37c.zip |
Notes
Diffstat (limited to 'net/ecore-con/Makefile')
-rw-r--r-- | net/ecore-con/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ecore-con/Makefile b/net/ecore-con/Makefile index 3736a249f153..c30ec3e0a403 100644 --- a/net/ecore-con/Makefile +++ b/net/ecore-con/Makefile @@ -19,6 +19,9 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= ecore libtool_hack USES= pkgconfig +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif USE_LDCONFIG= yes BUILD_WRKSRC= ${WRKSRC}/src/lib/ecore_con INSTALL_WRKSRC= ${BUILD_WRKSRC} |