From 00c2eba9c298744c101cb1ebeeb75664c0b73ebb Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 5 Jul 2013 15:17:15 +0000 Subject: Convert to USES=gmake Remove an empty OPTIONS_DEFAULT in lang/nbc --- lang/nbc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lang/nbc/Makefile') diff --git a/lang/nbc/Makefile b/lang/nbc/Makefile index 1f0412e59273..8b43c1c12f35 100644 --- a/lang/nbc/Makefile +++ b/lang/nbc/Makefile @@ -22,15 +22,13 @@ OPTIONS_DEFINE= DOCS ROBOCTL ROBOCTL_DESC= Include roboctl to communicate with the NXT -OPTIONS_DEFAULT= - .include .if ${PORT_OPTIONS:MROBOCTL} RUN_DEPENDS= legoctl:${PORTSDIR}/devel/roboctl .endif -USE_GMAKE= yes +USES= gmake USE_DOS2UNIX= yes USE_FPC= fcl-base fcl-image -- cgit