diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-15 21:31:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-15 21:31:14 +0800 |
commit | adf90643951771ca7df7a39d1bd569ffca505dd0 (patch) | |
tree | d2f3b8a1e827a7d5f49ce681d4fcfbb0b9db6855 /math/pspp/Makefile | |
parent | d88a9899f31c6675a12ae0d44acf2fdb1e266b93 (diff) | |
download | freebsd-ports-gnome-adf90643951771ca7df7a39d1bd569ffca505dd0.tar.gz freebsd-ports-gnome-adf90643951771ca7df7a39d1bd569ffca505dd0.tar.zst freebsd-ports-gnome-adf90643951771ca7df7a39d1bd569ffca505dd0.zip |
unbreak build problems for math/pspp.
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 8b87554ad2bd..03b6f6e73e9c 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -7,6 +7,7 @@ PORTNAME= pspp PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://alpha.gnu.org/gnu/pspp/ \ ftp://pspp.stat.wisc.edu/pub/PSPP/ @@ -16,10 +17,4 @@ COMMENT= Program for statistical analysis of sampled data GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |