diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-21 06:34:39 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-21 06:34:39 +0000 |
commit | e8146703eb6cd2783b4e67cbf8a412cda71b4406 (patch) | |
tree | ea7855f9617d8b5e867e84fd27da9c01ebe3a576 /cad | |
parent | b9ecf32b46967fc315c624a98628f0d638634250 (diff) | |
download | FreeBSD-ports-e8146703eb6cd2783b4e67cbf8a412cda71b4406.zip FreeBSD-ports-e8146703eb6cd2783b4e67cbf8a412cda71b4406.tar.gz |
Fix a typo in COMMENT.
Reported by: maintainer.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 761616c..e0032c6 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= brlcad MAINTAINER= giffunip@asme.org -COMMENT= CSG modelling system from the US Balistic Research Laboratory +COMMENT= CSG modelling system from the US Ballistic Research Laboratory LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |