View | Details | Raw Unified | Return to bug 200421
Collapse All | Expand All

(-)src/portlint.pl (-1 / +1 lines)
Lines 2070-2076 Link Here
2070
	#
2070
	#
2071
	# whole file: check for USE_ANT and USES=gmake both defined
2071
	# whole file: check for USE_ANT and USES=gmake both defined
2072
	#
2072
	#
2073
	if ($use_ant && $makevar{USES} !~ /\bgmake\b/) {
2073
	if ($use_ant && $makevar{USES} =~ /\bgmake\b/) {
2074
		&perror("WARN", $file, -1, "a port shall not define both USE_ANT ".
2074
		&perror("WARN", $file, -1, "a port shall not define both USE_ANT ".
2075
			"and USES[+]=gmake");
2075
			"and USES[+]=gmake");
2076
	}
2076
	}

Return to bug 200421