summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-19 13:04:30 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-19 13:04:30 +0000
commit334eb0fc61312986b1d9f56b24c7518920f81462 (patch)
treeeba3c1f7e94497327507881e3b0eb623013d377e /math
parenttypo fix. (diff)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
Notes
Notes: svn path=/head/; revision=314640
Diffstat (limited to 'math')
-rw-r--r--math/blitz++/Makefile2
-rw-r--r--math/fftw3/Makefile2
-rw-r--r--math/lapack++/Makefile2
-rw-r--r--math/muparser/Makefile2
-rw-r--r--math/wfmath/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/math/blitz++/Makefile b/math/blitz++/Makefile
index 28935d5c10ce..af96af9625d5 100644
--- a/math/blitz++/Makefile
+++ b/math/blitz++/Makefile
@@ -26,7 +26,7 @@ MAKE_ARGS= NOPORTDOCS=yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack
+USES= pathfix
CONFIGURE_ARGS= --with-cxx=gcc --disable-doxygen
MAKE_ARGS+= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index ea8eb51fdf95..9fafb2925de5 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -19,7 +19,7 @@ FFTW3_FLAVOR?= default
FFTW3_SUFX=
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack
+USES= pathfix
USE_PERL5_BUILD=yes
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index a1d7a3174aba..d5e917dfb28a 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -24,7 +24,7 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK
WANT_GNOME= yes
-USE_GNOME= gnomehack
+USES= pathfix
.include <bsd.port.pre.mk>
diff --git a/math/muparser/Makefile b/math/muparser/Makefile
index ee38e40d26f5..979eaae0c1af 100644
--- a/math/muparser/Makefile
+++ b/math/muparser/Makefile
@@ -16,7 +16,7 @@ COMMENT= Mathematical expressions parser library written in C++
LICENSE= MIT
-USE_GNOME= gnomehack
+USES= pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared=no
.if defined(NOPORTEXAMPLES)
diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile
index 342daa63c4e6..0226fb6e3ce7 100644
--- a/math/wfmath/Makefile
+++ b/math/wfmath/Makefile
@@ -10,7 +10,7 @@ MAINTAINER= oliver@FreeBSD.org
COMMENT= Worldforge math library
USE_GMAKE= yes
-USE_GNOME= gnomehack
+USES= pathfix
USE_PKGCONFIG= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes