diff options
author | marino <marino@FreeBSD.org> | 2015-12-21 10:12:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-21 10:12:57 +0800 |
commit | 9c7692c0407ae38f4dcb9a63fbf82eb478c08db7 (patch) | |
tree | f151ebc9ccc8f85114a1af483da29f8d904ef912 /lang | |
parent | 2278531e952afab6148ebcd1fa0fa14a38cc8ad7 (diff) | |
download | freebsd-ports-gnome-9c7692c0407ae38f4dcb9a63fbf82eb478c08db7.tar.gz freebsd-ports-gnome-9c7692c0407ae38f4dcb9a63fbf82eb478c08db7.tar.zst freebsd-ports-gnome-9c7692c0407ae38f4dcb9a63fbf82eb478c08db7.zip |
lang/fpc-base: Re-enable docs run dependency
I forgot that this dependency was suppressed during 3.0.0
ports development.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile index f24cd2c3b986..096f54e44940 100644 --- a/lang/fpc-base/Makefile +++ b/lang/fpc-base/Makefile @@ -3,6 +3,7 @@ PORTNAME= base PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= lang PKGNAMEPREFIX= fpc- @@ -15,7 +16,6 @@ WANT_FPC_BASE= yes OPTIONS_DEFINE= DOCS -# docs not available yet, disable temporarily -#DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs +DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs .include <bsd.port.mk> |