summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2013-01-05 02:25:39 +0000
committerGlen Barber <gjb@FreeBSD.org>2013-01-05 02:25:39 +0000
commitcd98f2f7af5782a6c05b1518d7ecf51ccd01ecf5 (patch)
tree3326bdadf0e6beb4a30fb3667c4c2c8d34e47b2d /misc
parentUpdates to textproc/docproj* ports: (diff)
Unbreak INDEX
Pointyhat: gjb (myself)
Notes
Notes: svn path=/head/; revision=309946
Diffstat (limited to 'misc')
-rw-r--r--misc/freebsd-doc-en/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile
index 9e36c6a61a8c..076c12b9d4c9 100644
--- a/misc/freebsd-doc-en/Makefile
+++ b/misc/freebsd-doc-en/Makefile
@@ -29,6 +29,7 @@
PORTNAME= freebsd-doc
PORTVERSION= 40385
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= misc docs
MASTER_SITES= LOCAL/blackend
@@ -85,7 +86,7 @@ WITH_HTML_SPLIT= yes
.endif
.if defined(WITH_PDF) || defined(WITH_PS)
-BUILD_DEPENDS= docproj-jadetex>=1.17:${PORTSDIR}/textproc/docproj-jadetex
+BUILD_DEPENDS= docproj>=1.17:${PORTSDIR}/textproc/docproj
.else
BUILD_DEPENDS= docproj-nojadetex>=1.17:${PORTSDIR}/textproc/docproj-nojadetex
.endif