diff options
author | danfe <danfe@FreeBSD.org> | 2006-02-22 23:11:06 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-02-22 23:11:06 +0800 |
commit | a1fcb180f0d67454defc7d621e0b22020d54ae44 (patch) | |
tree | d37339491a9d295993f6d9f96cb1b5413e19a29c /math/pgcalc | |
parent | fb4169f3c92b320678fb30df308ca4fbdcbf349c (diff) | |
download | freebsd-ports-gnome-a1fcb180f0d67454defc7d621e0b22020d54ae44.tar.gz freebsd-ports-gnome-a1fcb180f0d67454defc7d621e0b22020d54ae44.tar.zst freebsd-ports-gnome-a1fcb180f0d67454defc7d621e0b22020d54ae44.zip |
- Fix spelling typo in COMMENT
- Expand contraction in BROKEN string, unquote it [1]
- Remove needless USE_REINPLACE [1]
Found by: portlint(1)
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 5 |
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) |