diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-23 16:18:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-23 16:18:26 +0800 |
commit | 9fa1f7e1206b43811761f19f7881d2f110c3fcc9 (patch) | |
tree | 631efa999aba99dbf8f00b812c758e1b3dc498ac /math/pspp/Makefile | |
parent | 039069144fd1248eb6ec81527dc65f63211d1f24 (diff) | |
download | freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.tar.gz freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.tar.zst freebsd-ports-gnome-9fa1f7e1206b43811761f19f7881d2f110c3fcc9.zip |
fix build on -current
PR: 46477
Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net>
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 42614c7eae77..86a1c52b0f12 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -15,10 +15,4 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500035 -BROKEN= "Does not compile on 5.0" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |