diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-08-17 14:17:53 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-08-17 14:17:53 +0000 |
commit | 4decd0e15eaabc824c1a581885ee8624cf0f4590 (patch) | |
tree | 94a0a39397659a42815437772db42dfd5dc0375e /math/pgcalc/Makefile | |
parent | 2de73dbe8f867f4ed423ca7faed51ea38e931f04 (diff) |
Notes
Diffstat (limited to 'math/pgcalc/Makefile')
-rw-r--r-- | math/pgcalc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index 7ab7922bc674..267bfd2cc165 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pgcalc2 -DISTVERSION= 2.2-5 -PORTREVISION= 1 +DISTVERSION= 2.2-10 CATEGORIES= math kde MASTER_SITES= http://www.pgcalc.net/ @@ -26,10 +25,6 @@ OPTIONS= ARTS "Build with aRts support" on .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if !defined(WITH_ARTS) CONFIGURE_ARGS+= --without-arts .endif |