diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:35:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-23 00:35:08 +0000 |
commit | cb6871115ab64712aafd1e06c76902378329534c (patch) | |
tree | 9b2e23123c4263d78bdf3fcb2437ea79d2ec2ab7 | |
parent | Change "USE_NEWGCC" to "USE_GCC295" and add "USE_GCC30" for soon future use. (diff) |
Fix a spelling mistake.
Notes
Notes:
svn path=/head/; revision=48101
-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 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). |