diff options
author | pav <pav@FreeBSD.org> | 2008-03-20 18:03:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-20 18:03:51 +0800 |
commit | 2d2004a52167e30306f8b8abe46282f6d8123872 (patch) | |
tree | 373de66d09931f9604336f922d27f78e57266194 /science | |
parent | 5b19e741709257b64071ea796a969ab8a01f1ffa (diff) | |
download | freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.tar.gz freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.tar.zst freebsd-ports-gnome-2d2004a52167e30306f8b8abe46282f6d8123872.zip |
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Diffstat (limited to 'science')
-rw-r--r-- | science/gerris/Makefile | 1 | ||||
-rw-r--r-- | science/qcl/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/science/gerris/Makefile b/science/gerris/Makefile index 5af51f89a93d..c0cfb856c5f7 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -37,7 +37,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes USE_GNOME= pkgconfig -USE_GETOPT_LONG= yes CONFIGURE_ARGS+= --disable-mpi diff --git a/science/qcl/Makefile b/science/qcl/Makefile index d794d1f5ed45..37ae03bb5ed3 100644 --- a/science/qcl/Makefile +++ b/science/qcl/Makefile @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= huntting@glarp.com COMMENT= A quantum computer simulator -USE_GETOPT_LONG=yes - do-configure: echo 'PREFIX=${PREFIX}' >>${WRKSRC}/Makefile cd ${WRKSRC} && make dep |