diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-24 14:07:24 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-24 14:07:24 +0000 |
commit | c5d0169451b8726bbf49f5138b165239ac95f94f (patch) | |
tree | 9d0338696a7af23ed238c94521ba787a73d0e70f /graphics/kplot3d | |
parent | 8c5e852c59a2b24abc7568f4d1cc4583e49ae5d2 (diff) | |
download | ports-c5d0169451b8726bbf49f5138b165239ac95f94f.tar.gz ports-c5d0169451b8726bbf49f5138b165239ac95f94f.zip |
Notes
Diffstat (limited to 'graphics/kplot3d')
-rw-r--r-- | graphics/kplot3d/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/kplot3d/Makefile b/graphics/kplot3d/Makefile index 9518b7646bde..3861b2b5415e 100644 --- a/graphics/kplot3d/Makefile +++ b/graphics/kplot3d/Makefile @@ -19,10 +19,4 @@ USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -BROKEN= "Obsolete compiler" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |