diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-02 04:11:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-04-02 04:11:32 +0800 |
commit | 1c375ba1d1a228736b943cbbd860a1874371d0e6 (patch) | |
tree | 0c3b50a1e0deabedc6b24bc605dea99151137a9e /textproc | |
parent | 0e2d81f8122ece3368f03fcbcb10a4e1f9af652a (diff) | |
download | freebsd-ports-gnome-1c375ba1d1a228736b943cbbd860a1874371d0e6.tar.gz freebsd-ports-gnome-1c375ba1d1a228736b943cbbd860a1874371d0e6.tar.zst freebsd-ports-gnome-1c375ba1d1a228736b943cbbd860a1874371d0e6.zip |
- Fix dependency line
Approved by: portmgr blanket
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/linuxdoc-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile index a59fd94a06f7..4be315060b75 100644 --- a/textproc/linuxdoc-tools/Makefile +++ b/textproc/linuxdoc-tools/Makefile @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= bash:shells/bash \ - makeinfo:/print/texinfo + makeinfo:print/texinfo DOCS_MAKE_ENV= LANG=C BUILD_DOCS=true post-patch: |