diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-24 06:50:49 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-24 06:50:49 +0800 |
commit | 9a5f9c564aaab54c34900f9d0c7d276dc73eb368 (patch) | |
tree | 170c36f104e04e0ed8e2c50ef8adeb76f96118f2 /lang | |
parent | 97b68261e073ced2c6b285487688d7b7d95d1908 (diff) | |
download | freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.tar.gz freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.tar.zst freebsd-ports-gnome-9a5f9c564aaab54c34900f9d0c7d276dc73eb368.zip |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/Makefile | 2 | ||||
-rw-r--r-- | lang/ghc/bsd.cabal.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 33ee9631a938..e3729aaef194 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -200,7 +200,7 @@ CONFIGURE_ENV+= PATH=${SLAVES_PREFIX}/bin:${PATH} .endif # MBOOTH -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ +BUILD_DEPENDS+= docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt .endif diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk index 0985865f190c..54a829aea9cd 100644 --- a/lang/ghc/bsd.cabal.mk +++ b/lang/ghc/bsd.cabal.mk @@ -169,7 +169,7 @@ HADDOCK_OPTS+= --hyperlink-source --hscolour-css=${HSCOLOUR_DATADIR}/hscolour.c .endif .if defined(XMLDOCS) -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \ +BUILD_DEPENDS+= docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt USES+= gmake |