diff options
Diffstat (limited to 'textproc/hs-texmath/Makefile')
-rw-r--r-- | textproc/hs-texmath/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index ce9c7049ab1f..6c7f0e90a986 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: hs-texmath -# Date created: January 10 2010 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# +# Created by: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> # $FreeBSD$ -# PORTNAME= texmath -PORTVERSION= 0.6.0.6 -PORTREVISION= 1 +PORTVERSION= 0.6.1.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -23,7 +18,7 @@ OPTIONS_DEFINE= CGI CGI_DESC= Compile CGI executable -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MCGI} CONFIGURE_ARGS+= --flags="cgi" |