diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/blitz++/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 2 | ||||
-rw-r--r-- | math/lapack++/Makefile | 2 | ||||
-rw-r--r-- | math/muparser/Makefile | 2 | ||||
-rw-r--r-- | math/wfmath/Makefile | 2 |
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 |