aboutsummaryrefslogtreecommitdiff
path: root/print/hs-hscolour/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 20:52:29 +0000
commit46e9ab0ca5e504d3509678b4d43a41d938650e75 (patch)
treea34afe36b374e7894e236fb8cee020928d36c967 /print/hs-hscolour/Makefile
parentbe44ec14c77de91f8ac86e25372545e0e39e9bcb (diff)
downloadports-46e9ab0ca5e504d3509678b4d43a41d938650e75.tar.gz
ports-46e9ab0ca5e504d3509678b4d43a41d938650e75.zip
Notes
Diffstat (limited to 'print/hs-hscolour/Makefile')
-rw-r--r--print/hs-hscolour/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile
index 7604e072dfa2..ac12392f2ddd 100644
--- a/print/hs-hscolour/Makefile
+++ b/print/hs-hscolour/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hscolour
PORTVERSION= 1.19
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= print haskell
@@ -21,5 +21,13 @@ CABAL_SETUP= Setup.hs
EXECUTABLE= HsColour
+.if defined(WITH_HSCOLOUR_DOCS)
+pre-everything::
+ @${ECHO_MSG} "================================================================="
+ @${ECHO_MSG} " Please note that you will not be able to build HsColour-enabled "
+ @${ECHO_MSG} " documentation without installing HsColour without that first. "
+ @${ECHO_MSG} "================================================================="
+.endif
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>