diff options
-rw-r--r-- | lang/tolua/Makefile | 2 | ||||
-rw-r--r-- | lang/tolua50/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/tolua/Makefile b/lang/tolua/Makefile index d71e9b2d129b..4c589077c09d 100644 --- a/lang/tolua/Makefile +++ b/lang/tolua/Makefile @@ -18,8 +18,8 @@ COMMENT= toLua: accessing C/C++ code from Lua LIB_DEPENDS= lua:${PORTSDIR}/lang/lua WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 - USE_GMAKE= yes +CONFLICTS= tolua4-.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua ${PREFIX}/bin diff --git a/lang/tolua50/Makefile b/lang/tolua50/Makefile index d71e9b2d129b..4c589077c09d 100644 --- a/lang/tolua50/Makefile +++ b/lang/tolua50/Makefile @@ -18,8 +18,8 @@ COMMENT= toLua: accessing C/C++ code from Lua LIB_DEPENDS= lua:${PORTSDIR}/lang/lua WRKSRC= ${WRKDIR}/${PORTNAME}-5.0 - USE_GMAKE= yes +CONFLICTS= tolua4-.* do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/tolua ${PREFIX}/bin |