diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-22 15:11:06 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-02-22 15:11:06 +0000 |
commit | 8e0a7deb6de254037a93364f679ce88a686a8f05 (patch) | |
tree | 0a08bcdfd33e4d3e1559d388747fe354c24f8f4e /math | |
parent | 75e390737cf966cba973f43d3738b5be7b68c9b0 (diff) | |
download | ports-8e0a7deb6de254037a93364f679ce88a686a8f05.tar.gz ports-8e0a7deb6de254037a93364f679ce88a686a8f05.zip |
Notes
Diffstat (limited to 'math')
-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) |