aboutsummaryrefslogtreecommitdiff
path: root/math/pspp/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-25 15:48:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-25 15:48:11 +0000
commit7030b190b40806cb0fd4fbb01a4b156eedb479b1 (patch)
tree5664aa8ab99be0189197ff3ed0cc86f697fcc7d5 /math/pspp/Makefile
parentcc520e3d823d7d72cd0f0d2281687a11fb10f7a0 (diff)
downloadports-7030b190b40806cb0fd4fbb01a4b156eedb479b1.tar.gz
ports-7030b190b40806cb0fd4fbb01a4b156eedb479b1.zip
- Update to 0.4.0.1
PR: 122762 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=211959
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r--math/pspp/Makefile11
1 files changed, 5 insertions, 6 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"