aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-base/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
committerJohn Marino <marino@FreeBSD.org>2015-12-05 23:29:36 +0000
commitf01cba6e50575183cf50dc87ded17319b63e1a14 (patch)
tree6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-base/Makefile
parentc502e77d8f318117c0982f8999f2e243e8ef511c (diff)
downloadports-f01cba6e50575183cf50dc87ded17319b63e1a14.tar.gz
ports-f01cba6e50575183cf50dc87ded17319b63e1a14.zip
Notes
Diffstat (limited to 'lang/fpc-base/Makefile')
-rw-r--r--lang/fpc-base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/fpc-base/Makefile b/lang/fpc-base/Makefile
index ce80f516d8be..f24cd2c3b986 100644
--- a/lang/fpc-base/Makefile
+++ b/lang/fpc-base/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= base
-PORTVERSION= 2.6.4
-PORTREVISION= 2
+PORTVERSION= 3.0.0
CATEGORIES= lang
PKGNAMEPREFIX= fpc-
@@ -16,6 +15,7 @@ WANT_FPC_BASE= yes
OPTIONS_DEFINE= DOCS
-DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs
+# docs not available yet, disable temporarily
+#DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:${PORTSDIR}/lang/fpc-docs
.include <bsd.port.mk>