diff options
author | gabor <gabor@FreeBSD.org> | 2013-11-08 04:29:19 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-11-08 04:29:19 +0800 |
commit | 2e8bd6c6aa530f477a3e53db7c89c8788ae9a4c6 (patch) | |
tree | 0020e33346862cc43a6cafe246c0feb4c31e903e /misc | |
parent | 6780322a10a6ca03cb06900ac43616261b1df4fd (diff) | |
download | freebsd-ports-gnome-2e8bd6c6aa530f477a3e53db7c89c8788ae9a4c6.tar.gz freebsd-ports-gnome-2e8bd6c6aa530f477a3e53db7c89c8788ae9a4c6.tar.zst freebsd-ports-gnome-2e8bd6c6aa530f477a3e53db7c89c8788ae9a4c6.zip |
- Adjust dependency after textproc/docproj changes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freebsd-doc-en/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 14c15f7a9119..54f1400243bc 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -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 |