From cb6871115ab64712aafd1e06c76902378329534c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 23 Sep 2001 00:35:08 +0000 Subject: [PATCH] Fix a spelling mistake. --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index bc4d4e575b63..d003b1d4b67d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -133,9 +133,9 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # compression. # USE_ZIP - Says that the port distfile uses zip, not tar w/[bg]zip # for compression. -# USE_GCC295 - Says that the port requirest this version of gcc, either in +# USE_GCC295 - Says that the port requires this version of gcc, either in # the system or installed from a port. -# USE_GCC30 - Says that the port requirest this version of gcc, either in +# USE_GCC30 - Says that the port requires this version of gcc, either in # the system or installed from a port. # USE_GMAKE - Says that the port uses gmake. # GMAKE - Set to path of GNU make if not in $PATH (default: gmake).