diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-23 00:35:08 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-23 00:35:08 +0000 |
commit | a139748480672292d582487abaf317b1f02f1ac7 (patch) | |
tree | 2246ed87654b7060c367adee67961a2b5aca8c93 /Mk/bsd.port.mk | |
parent | 916067941afd012ed84dd9a801e20cfe4fee7490 (diff) | |
download | FreeBSD-ports-a139748480672292d582487abaf317b1f02f1ac7.zip FreeBSD-ports-a139748480672292d582487abaf317b1f02f1ac7.tar.gz |
Fix a spelling mistake.
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index bc4d4e5..d003b1d 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). |