diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 10:37:44 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 10:37:44 +0800 |
commit | e4c18f2955f27cbf53bbe698b6182ffe3eb91f30 (patch) | |
tree | f9e659e32fcfa76d66c0b6fa01e9a87e7ca1c4a6 /science/qcl/Makefile | |
parent | 95b6ba9e63e84046c152afeb7a530d2485f9dd3d (diff) | |
download | freebsd-ports-gnome-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.tar.gz freebsd-ports-gnome-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.tar.zst freebsd-ports-gnome-e4c18f2955f27cbf53bbe698b6182ffe3eb91f30.zip |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
respect CC, CFLAGS.
Diffstat (limited to 'science/qcl/Makefile')
-rw-r--r-- | science/qcl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile index 235d9f8faf2f..017a8af46877 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: |