diff options
Diffstat (limited to 'math/jags/Makefile')
-rw-r--r-- | math/jags/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 0c49a6da1c9f..f730e556fa22 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -1,10 +1,5 @@ -# vim: tabstop=8 softtabstop=0 noexpandtab -# Ports collection Makefile for: jags -# Date created: 21 April 2004 -# Whom: Eric van Gyzen <vangyzen@stat.duke.edu> -# +# Created by: Eric van Gyzen <vangyzen@stat.duke.edu> # $FreeBSD$ -# PORTNAME= mcmc-jags PORTVERSION= 3.3.0 @@ -23,7 +18,7 @@ COMMENT= Just Another Gibbs Sampler LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_BISON= build +USES= bison USE_FORTRAN= yes USE_LDCONFIG= yes |