diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /math | |
parent | 59ffb51d2c9fc8f60995b11aee6533f8bdb126c2 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gexpr/Makefile | 1 | ||||
-rw-r--r-- | math/gracetmpl/Makefile | 1 | ||||
-rw-r--r-- | math/kcalc/Makefile | 1 | ||||
-rw-r--r-- | math/mtrxmath/Makefile | 1 | ||||
-rw-r--r-- | math/rascal/Makefile | 1 | ||||
-rw-r--r-- | math/spar/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/math/gexpr/Makefile b/math/gexpr/Makefile index dc07a9614953..714804ff732a 100644 --- a/math/gexpr/Makefile +++ b/math/gexpr/Makefile @@ -16,7 +16,6 @@ MASTER_SITE_SUBDIR= apps/math/calc MAINTAINER= ijliao@FreeBSD.org COMMENT= A shell calculator -USE_GETOPT_LONG=yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" diff --git a/math/gracetmpl/Makefile b/math/gracetmpl/Makefile index 239d174eb1bb..13c4c41881b6 100644 --- a/math/gracetmpl/Makefile +++ b/math/gracetmpl/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numar USE_BZIP2= yes USE_PYTHON= yes -USE_GETOPT_LONG= yes USE_GMAKE= yes MAKE_ARGS= PREFIX="${PREFIX}" \ BIN_PREFIX="${PREFIX}/bin" \ diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index d2a8b1c1613f..ea718ae2ec7a 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -28,7 +28,6 @@ PREFIX= ${KDE_PREFIX} USE_PYTHON= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GETOPT_LONG=yes USE_AUTOTOOLS= libtool:15 DO_NOT_COMPILE+=klaptopdaemon kmilo CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" diff --git a/math/mtrxmath/Makefile b/math/mtrxmath/Makefile index 1f5f594cb73e..b3549951b2c9 100644 --- a/math/mtrxmath/Makefile +++ b/math/mtrxmath/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://www.angelfire.com/linux/linuxjeff/mtrxmath/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A small tool for matrix mathemetics -USE_GETOPT_LONG= yes MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= README diff --git a/math/rascal/Makefile b/math/rascal/Makefile index b1f67667369e..39f7519d2b32 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -18,7 +18,6 @@ COMMENT= The Advanced Scientific CALculator WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} -USE_GETOPT_LONG= yes USE_BISON= build WANT_GNOME= yes USE_GMAKE= yes diff --git a/math/spar/Makefile b/math/spar/Makefile index 29957bbee747..d93d4d50dc52 100644 --- a/math/spar/Makefile +++ b/math/spar/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A modular math parser USE_AUTOTOOLS= libtool:15 -USE_GETOPT_LONG=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |