svn commit: r315039 - head/devel/fpc-fcl-extra

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Mar 23 15:21:38 UTC 2013


Author: acm
Date: Sat Mar 23 15:21:37 2013
New Revision: 315039
URL: http://svnweb.freebsd.org/changeset/ports/315039

Log:
  - Add missing dependency (devel/fpc-fcl-base)
  
  Reported by:	miwi

Modified:
  head/devel/fpc-fcl-extra/Makefile

Modified: head/devel/fpc-fcl-extra/Makefile
==============================================================================
--- head/devel/fpc-fcl-extra/Makefile	Sat Mar 23 15:06:47 2013	(r315038)
+++ head/devel/fpc-fcl-extra/Makefile	Sat Mar 23 15:21:37 2013	(r315039)
@@ -8,7 +8,7 @@ PKGNAMESUFFIX=	-fcl-extra
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Free Pascal Component Library
 
-USE_FPC=	yes
+USE_FPC=	fcl-base
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-all mailing list