diff options
Diffstat (limited to 'textproc/linuxdoc/Makefile')
-rw-r--r-- | textproc/linuxdoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/linuxdoc/Makefile b/textproc/linuxdoc/Makefile index 7a461bb51044..7dc2055e8333 100644 --- a/textproc/linuxdoc/Makefile +++ b/textproc/linuxdoc/Makefile @@ -11,8 +11,8 @@ MASTER_SITES= http://dist.bsdlab.org/ \ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The Linuxdoc SGML DTD -RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 \ - ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr +RUN_DEPENDS= ${ISOCAT}:textproc/iso8879 \ + ${XMLCATMGR}:textproc/xmlcatmgr EXTRACT_ONLY= # empty NO_BUILD= yes |