diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 15:48:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 15:48:11 +0000 |
commit | 7030b190b40806cb0fd4fbb01a4b156eedb479b1 (patch) | |
tree | 5664aa8ab99be0189197ff3ed0cc86f697fcc7d5 /math/pspp | |
parent | cc520e3d823d7d72cd0f0d2281687a11fb10f7a0 (diff) | |
download | ports-7030b190b40806cb0fd4fbb01a4b156eedb479b1.tar.gz ports-7030b190b40806cb0fd4fbb01a4b156eedb479b1.zip |
Notes
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 11 | ||||
-rw-r--r-- | math/pspp/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index c8d5b04d502a..05b9a73f930c 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -6,11 +6,9 @@ # PORTNAME= pspp -PORTVERSION= 0.4.0 -PORTREVISION= 3 +PORTVERSION= 0.4.0.1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= Program for statistical analysis of sampled data @@ -18,10 +16,11 @@ COMMENT= Program for statistical analysis of sampled data LIB_DEPENDS= plot.4:${PORTSDIR}/graphics/plotutils \ gslcblas.0:${PORTSDIR}/math/gsl +USE_GNOME= gnometarget USE_PERL5_BUILD=yes -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GETTEXT= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 44e0bd981f56..de7b0fe1d932 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,3 +1,3 @@ -MD5 (pspp-0.4.0.tar.gz) = 637bb190ae21bd3aee9ea2ce7ce81896 -SHA256 (pspp-0.4.0.tar.gz) = b19403e15848ad0f0b393ed4e52beeb236fd4badfdfa63fe3e680f9cc683ca24 -SIZE (pspp-0.4.0.tar.gz) = 1566807 +MD5 (pspp-0.4.0.1.tar.gz) = a61da2616523589c1494f975cc851eb8 +SHA256 (pspp-0.4.0.1.tar.gz) = 7167c8d21b593d84b006ae372148b2eb8ba8437991980a8363a830d4a9d1dad4 +SIZE (pspp-0.4.0.1.tar.gz) = 1580806 |