diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-09 23:26:04 +0800 |
commit | b227b572d808bc9da030a9f4a079976d44caca94 (patch) | |
tree | 1659ecc733f98dafc1d82c17de03ecbfa967a0c3 /math | |
parent | 5dda718fe934220c0f5af5544f2af8ccbe900563 (diff) | |
download | freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.gz freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.tar.zst freebsd-ports-gnome-b227b572d808bc9da030a9f4a079976d44caca94.zip |
- Remove WITH_FBSD10_FIX, is no longer needed
Diffstat (limited to 'math')
-rw-r--r-- | math/fftw3/Makefile | 1 | ||||
-rw-r--r-- | math/glpk/Makefile | 1 | ||||
-rw-r--r-- | math/gmp/Makefile | 1 | ||||
-rw-r--r-- | math/gsl/Makefile | 1 | ||||
-rw-r--r-- | math/mpc/Makefile | 1 | ||||
-rw-r--r-- | math/wfmath/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile index b6996e180516..6a7899696b14 100644 --- a/math/fftw3/Makefile +++ b/math/fftw3/Makefile @@ -17,7 +17,6 @@ DISTNAME= fftw-${PORTVERSION} MAINTAINER= bf@FreeBSD.org COMMENT?= Fast C routines to compute the Discrete Fourier Transform -WITH_FBSD10_FIX= yes # current flavors: default, float, and long FFTW3_FLAVOR?= default FFTW3_SUFX= diff --git a/math/glpk/Makefile b/math/glpk/Makefile index e63c8ee4fcb7..51f40cf375a0 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -21,7 +21,6 @@ LICENSE= GPLv3 OPTIONS= IODBC "Enable MathProg iodbc support" Off \ MYSQL "Enable MathProg mysql support" Off -WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 97214aab4216..54f108c9ffb0 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -31,7 +31,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-cxx MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes -WITH_FBSD10_FIX= yes INFO= gmp diff --git a/math/gsl/Makefile b/math/gsl/Makefile index b0b5c59742d0..92e7277b3925 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -25,7 +25,6 @@ LICENSE= GPLv3 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' -WITH_FBSD10_FIX=yes MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1 MAN3= gsl.3 diff --git a/math/mpc/Makefile b/math/mpc/Makefile index 89ab899ab909..0022e795a57e 100644 --- a/math/mpc/Makefile +++ b/math/mpc/Makefile @@ -21,7 +21,6 @@ CONFIGURE_ARGS= --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} USE_LDCONFIG= yes -WITH_FBSD10_FIX=yes INFO= mpc PLIST_FILES= include/mpc.h \ lib/libmpc.a lib/libmpc.la lib/libmpc.so lib/libmpc.so.2 diff --git a/math/wfmath/Makefile b/math/wfmath/Makefile index 0f369d3be4af..eaad8d14208e 100644 --- a/math/wfmath/Makefile +++ b/math/wfmath/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28math%20lib%29/${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Worldforge math library -WITH_FBSD10_FIX=yes USE_GMAKE= yes USE_GNOME= pkgconfig gnomehack USE_LDCONFIG= yes |