diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-30 15:29:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-30 15:29:17 +0000 |
commit | eb7f139dc9d082350d67578552cfaa2035b4e5c5 (patch) | |
tree | 6ef94bf9d89d5efab777a969d431e302e32d4622 | |
parent | Update to the 20061229 snapshot of GCC 4.1.2. (diff) |
Does not depends on lang/f77 (but define WITH_FORTRAN).
PR: ports/101007
Approved by: maintainer's time-out
-rw-r--r-- | cad/sceptre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 83e078965d81..924b27a010d1 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ MAINTAINER= grog@FreeBSD.org COMMENT= SCEPTRE is a general purpose circuit analysis program -BUILD_DEPENDS= f77:${PORTSDIR}/lang/f77 +WITH_FORTRAN= yes NO_WRKSUBDIR= YES |