svn commit: r404083 - head/lang/fpc-base

John Marino marino at FreeBSD.org
Mon Dec 21 02:12:58 UTC 2015


Author: marino
Date: Mon Dec 21 02:12:57 2015
New Revision: 404083
URL: https://svnweb.freebsd.org/changeset/ports/404083

Log:
  lang/fpc-base: Re-enable docs run dependency
  
  I forgot that this dependency was suppressed during 3.0.0
  ports development.

Modified:
  head/lang/fpc-base/Makefile

Modified: head/lang/fpc-base/Makefile
==============================================================================
--- head/lang/fpc-base/Makefile	Mon Dec 21 01:52:41 2015	(r404082)
+++ head/lang/fpc-base/Makefile	Mon Dec 21 02:12:57 2015	(r404083)
@@ -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>


More information about the svn-ports-all mailing list