diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-18 19:46:10 +0800 |
commit | 6bd17ff66ce62395df049c5abfa1aee807f42d8f (patch) | |
tree | 2913434b1283d364d726be08108835e77c79a5a4 /math/pgcalc | |
parent | ccefdc05be704d891af786f9b61b29cb194bd7da (diff) | |
download | freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.gz freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.tar.zst freebsd-ports-gnome-6bd17ff66ce62395df049c5abfa1aee807f42d8f.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Diffstat (limited to 'math/pgcalc')
-rw-r--r-- | math/pgcalc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index d513c0ca3a37..34796584b910 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -25,10 +25,6 @@ OPTIONS= ARTS "Build with aRts support" on .include <bsd.port.pre.mk> -.if (${OSVERSION} < 500000) -BROKEN= Does not build with gcc2 and cannot link with gcc3 -.endif - .if !defined(WITH_ARTS) CONFIGURE_ARGS+= --without-arts .endif |