diff options
author | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
commit | 00c2eba9c298744c101cb1ebeeb75664c0b73ebb (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /lang | |
parent | cf80d9a6774a73c3e3bab06ba117a7bc82f330e6 (diff) | |
download | freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.gz freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.zst freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.zip |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nbc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.options.mk> .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 |