aboutsummaryrefslogtreecommitdiffstats
path: root/science/qcl
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2003-07-14 10:37:44 +0800
committersf <sf@FreeBSD.org>2003-07-14 10:37:44 +0800
commite4c18f2955f27cbf53bbe698b6182ffe3eb91f30 (patch)
treef9e659e32fcfa76d66c0b6fa01e9a87e7ca1c4a6 /science/qcl
parent95b6ba9e63e84046c152afeb7a530d2485f9dd3d (diff)
downloadfreebsd-ports-graphics-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.tar.gz
freebsd-ports-graphics-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.tar.zst
freebsd-ports-graphics-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.zip
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. respect CC, CFLAGS.
Diffstat (limited to 'science/qcl')
-rw-r--r--science/qcl/Makefile5
-rw-r--r--science/qcl/files/patch-aa2
2 files changed, 4 insertions, 3 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile
index 235d9f8faf2..017a8af4687 100644
--- a/science/qcl/Makefile
+++ b/science/qcl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qcl
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= emulators math
MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
EXTRACT_SUFX= .tgz
@@ -14,12 +15,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= huntting@glarp.com
COMMENT= A quantum computer simulator
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_GETOPT_LONG=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
+BROKEN= "Does not compile (bad C++ code)"
.endif
post-install:
diff --git a/science/qcl/files/patch-aa b/science/qcl/files/patch-aa
index 1910760c87c..9b3bc17cd88 100644
--- a/science/qcl/files/patch-aa
+++ b/science/qcl/files/patch-aa
@@ -16,7 +16,7 @@
-DEBUG = -g -DQCL_DEBUG -DQC_DEBUG
-#DEBUG = -O2
-+DEBUG = -O2
++DEBUG =
# Comment out if you don't have GNU readline on your system
# explicit linking against libtermcap or libncurses may be required