diff options
author | pav <pav@FreeBSD.org> | 2009-10-01 05:01:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-10-01 05:01:48 +0800 |
commit | bb63d4c244ae0b2c14bd1ff604586dc79a5d6385 (patch) | |
tree | 344e9bcd9d3058da68e4587c8aae9a06b9978c77 /print | |
parent | c34bfcf8ca029d80de750810aee55e90daafb124 (diff) | |
download | freebsd-ports-gnome-bb63d4c244ae0b2c14bd1ff604586dc79a5d6385.tar.gz freebsd-ports-gnome-bb63d4c244ae0b2c14bd1ff604586dc79a5d6385.tar.zst freebsd-ports-gnome-bb63d4c244ae0b2c14bd1ff604586dc79a5d6385.zip |
- Correct dependency line after the backout
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hs-hscolour-docs/Makefile b/print/hs-hscolour-docs/Makefile index c7728dc10ae7..1d0bbd69fa37 100644 --- a/print/hs-hscolour-docs/Makefile +++ b/print/hs-hscolour-docs/Makefile @@ -19,7 +19,7 @@ COMMENT= Documentation for HsColour BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ HsColour:${PORTSDIR}/print/hs-hscolour -RUN_DEPENDS= hs-hscolour=${PORTVERSION}:${PORTSDIR}/print/hs-hscolour +RUN_DEPENDS= hs-hscolour=${PKGVERSION}:${PORTSDIR}/print/hs-hscolour PORT_HADDOCK!= (cd ${.CURDIR}/../../lang/ghc && ${MAKE} -V PORT_HADDOCK) .if !empty(PORT_HADDOCK:M?0) |