aboutsummaryrefslogtreecommitdiff
path: root/math/blitz++/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-22 18:47:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-22 18:47:39 +0000
commit58b1743515b74b77b78213f2a4d5f708d489f686 (patch)
treed76a82e9bc546db9f1a6a2a202d0bed79ab2215d /math/blitz++/Makefile
parent59caabd19d67ba1b7bd8e2f3a734bd0058f4b3af (diff)
Notes
Diffstat (limited to 'math/blitz++/Makefile')
-rw-r--r--math/blitz++/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 2b2331990e82..9309c54a16ec 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= blitz++
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= blitz
@@ -17,16 +17,15 @@ MAINTAINER= olivier.saut@gmail.com
COMMENT= A C++ class library for scientific computing
.ifndef NOPORTDOCS
-BUILD_DEPENDS= texi2dvi:${PORTSDIR}/print/teTeX-base
+BUILD_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex
INFO= blitz
.else
MAKE_ARGS= NOPORTDOCS=yes
.endif
-USE_REINPLACE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget gnomehack
CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"