From 121145c23bb4ce06e52148044055772c384f8f0b Mon Sep 17 00:00:00 2001 From: flz 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') 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