diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-29 11:17:02 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-29 11:17:02 +0000 |
commit | db5e2bc177bb65441e84bbbe4eeb528ac1a02a9c (patch) | |
tree | 6e58271bb0bfc3a6415cfc22c973b5f48162267b /graphics/amanith | |
parent | - update to official version (diff) |
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
Diffstat (limited to 'graphics/amanith')
-rw-r--r-- | graphics/amanith/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/amanith/Makefile b/graphics/amanith/Makefile index d888addbb738..33fdcbad4a79 100644 --- a/graphics/amanith/Makefile +++ b/graphics/amanith/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.amanith.org/download/files/ \ DISTNAME= ${PORTNAME:S/$/_/}${PORTVERSION:S/.//} MAINTAINER= acm@FreeBSD.org -COMMENT= C++ CrossPlatform framework designed for 2d & 3d vector graphics +COMMENT= C++ CrossPlatform framework designed for 2D & 3D vector graphics BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ |