Fix problems caused by the recent bumps in port revision
Reported by: pointyhat (via pav)
This commit is contained in:
parent
5a0f3e1805
commit
3962d7a095
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253375
@ -32,8 +32,8 @@ IGNORE+= \t by the lang/ghc port, setting the option WITH_HADDOCK.\n
|
||||
IGNORE+= \t You have to reinstall this last one with the right option\n
|
||||
IGNORE+= \t WITHOUT_HADDOCK.\n\c
|
||||
.else
|
||||
BUILD_DEPENDS+= hs-haddock=${PORTVERSION}:${PORTSDIR}/devel/hs-haddock
|
||||
RUN_DEPENDS= hs-haddock=${PORTVERSION}:${PORTSDIR}/devel/hs-haddock
|
||||
BUILD_DEPENDS+= hs-haddock=${PKGVERSION}:${PORTSDIR}/devel/hs-haddock
|
||||
RUN_DEPENDS= hs-haddock=${PKGVERSION}:${PORTSDIR}/devel/hs-haddock
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= hscolour
|
||||
PORTVERSION= 1.15
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= print haskell
|
||||
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ \
|
||||
|
Loading…
Reference in New Issue
Block a user