svn commit: r333153 - head/misc/freebsd-doc-en
Gabor Kovesdan
gabor at FreeBSD.org
Thu Nov 7 20:29:19 UTC 2013
Author: gabor
Date: Thu Nov 7 20:29:19 2013
New Revision: 333153
URL: http://svnweb.freebsd.org/changeset/ports/333153
Log:
- Adjust dependency after textproc/docproj changes
Modified:
head/misc/freebsd-doc-en/Makefile
Modified: head/misc/freebsd-doc-en/Makefile
==============================================================================
--- head/misc/freebsd-doc-en/Makefile Thu Nov 7 20:22:35 2013 (r333152)
+++ head/misc/freebsd-doc-en/Makefile Thu Nov 7 20:29:19 2013 (r333153)
@@ -26,6 +26,7 @@
PORTNAME= freebsd-doc
PORTVERSION= 43088
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= misc docs
MASTER_SITES= LOCAL/blackend
@@ -85,11 +86,7 @@ DOCFORMAT= html-split
WITH_HTML_SPLIT= yes
.endif
-.if ${PORT_OPTIONS:MPDF} || ${PORT_OPTIONS:MPS}
BUILD_DEPENDS= docproj>=1.17:${PORTSDIR}/textproc/docproj
-.else
-BUILD_DEPENDS= docproj-nojadetex>=1.17:${PORTSDIR}/textproc/docproj-nojadetex
-.endif
MAKE_JOBS_UNSAFE= yes
More information about the svn-ports-all
mailing list