diff options
Diffstat (limited to 'textproc/hs-highlighting-kate/Makefile')
-rw-r--r-- | textproc/hs-highlighting-kate/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/hs-highlighting-kate/Makefile b/textproc/hs-highlighting-kate/Makefile index 785258e3fa42..0431537e0ed1 100644 --- a/textproc/hs-highlighting-kate/Makefile +++ b/textproc/hs-highlighting-kate/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: highlighting-kate -# Date created: December 16, 2008 -# Whom: Gabor Pali <pgj@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= highlighting-kate -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.5.3.3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -21,7 +15,7 @@ OPTIONS_DEFINE= EXECUTABLE EXECUTABLE_DESC= Build the Highlight executable -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MEXECUTABLE} CONFIGURE_ARGS+= --flags="executable" |