diff options
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> |