aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-01-05 10:25:39 +0800
committergjb <gjb@FreeBSD.org>2013-01-05 10:25:39 +0800
commit7d9153efbfce536a3e5686311ea0a0530cd73ae6 (patch)
tree3326bdadf0e6beb4a30fb3667c4c2c8d34e47b2d /misc
parentb1889e084c861b0da57b2a903791a23897440972 (diff)
downloadfreebsd-ports-gnome-7d9153efbfce536a3e5686311ea0a0530cd73ae6.tar.gz
freebsd-ports-gnome-7d9153efbfce536a3e5686311ea0a0530cd73ae6.tar.zst
freebsd-ports-gnome-7d9153efbfce536a3e5686311ea0a0530cd73ae6.zip
Unbreak INDEX
Pointyhat: gjb (myself)
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