summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-22 15:11:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2006-02-22 15:11:06 +0000
commit8e0a7deb6de254037a93364f679ce88a686a8f05 (patch)
tree0a08bcdfd33e4d3e1559d388747fe354c24f8f4e /math
parent- Add MASTER_SITE_SUBDIR to make fetchable (diff)
- Fix spelling typo in COMMENT
- Expand contraction in BROKEN string, unquote it [1] - Remove needless USE_REINPLACE [1] Found by: portlint(1)
Notes
Notes: svn path=/head/; revision=156671
Diffstat (limited to 'math')
-rw-r--r--math/pgcalc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index dd6cb96863f1..1aaa8cacb235 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -11,12 +11,11 @@ CATEGORIES= math kde
MASTER_SITES= http://www.pgcalc.net/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A powerfull scientific skinnable calculator
+COMMENT= A powerful scientific skinnable calculator
USE_QT_VER= 3
USE_KDELIBS_VER= 3
USE_GMAKE= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -26,7 +25,7 @@ OPTIONS= ARTS "Build with aRts support" on
.include <bsd.port.pre.mk>
.if (${OSVERSION} < 500000)
-BROKEN= "Does not build with gcc2 and can't link with gcc3"
+BROKEN= Does not build with gcc2 and cannot link with gcc3
.endif
.if !defined(WITH_ARTS)