From b7a2d67b522e7415a9bc97be6466f64b6f25a68a Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Wed, 24 Jun 2009 09:35:44 +0000 Subject: It's actually not a GNU configure script, so revert to HAS_CONFIGURE and use CONFIGURE_ARGS appropriately. PR: ports/135994 Reported by: John Hein via Romain Tartiere --- lang/mono-basic/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/mono-basic') diff --git a/lang/mono-basic/Makefile b/lang/mono-basic/Makefile index f8ac8b4f99a6..0a79e36aa13b 100644 --- a/lang/mono-basic/Makefile +++ b/lang/mono-basic/Makefile @@ -19,7 +19,8 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono MAN1= vbnc.1 USE_BZIP2= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_GMAKE= yes tests: build -- cgit v1.2.3