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

(-)ports-mgmt/portlint/src/portlint.pl (-1 / +1 lines)
Lines 1313-1319 Link Here
1313
				&perror("FATAL", $file, -1, "do not depend on any apache ".
1313
				&perror("FATAL", $file, -1, "do not depend on any apache ".
1314
					"port in *_DEPENDS directly.  ".
1314
					"port in *_DEPENDS directly.  ".
1315
					"Instead use USE_APACHE=VERSION, where VERSION can be ".
1315
					"Instead use USE_APACHE=VERSION, where VERSION can be ".
1316
					"found in \${PORTSDIR}/Mk/bsd.apache.mk.");
1316
					"found in \${PORTSDIR}/Mk/Uses/apache.mk.");
1317
			}
1317
			}
1318
1318
1319
			# Check for over-specific shared library dependencies
1319
			# Check for over-specific shared library dependencies

Return to bug 252003