diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-22 18:47:39 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-22 18:47:39 +0000 |
| commit | 58b1743515b74b77b78213f2a4d5f708d489f686 (patch) | |
| tree | d76a82e9bc546db9f1a6a2a202d0bed79ab2215d /math/blitz++/Makefile | |
| parent | 59caabd19d67ba1b7bd8e2f3a734bd0058f4b3af (diff) | |
Notes
Diffstat (limited to 'math/blitz++/Makefile')
| -rw-r--r-- | math/blitz++/Makefile | 7 |
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}" |
