svn commit: r394545 - head/devel/fpc-fcl-db

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 02:20:46 UTC 2015


Author: acm
Date: Tue Aug 18 02:20:45 2015
New Revision: 394545
URL: https://svnweb.freebsd.org/changeset/ports/394545

Log:
  - Remove USR_FPC_RUN. It is not necessary here

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

Modified: head/devel/fpc-fcl-db/Makefile
==============================================================================
--- head/devel/fpc-fcl-db/Makefile	Tue Aug 18 02:04:41 2015	(r394544)
+++ head/devel/fpc-fcl-db/Makefile	Tue Aug 18 02:20:45 2015	(r394545)
@@ -1,7 +1,7 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel lang
 PKGNAMESUFFIX=	-fcl-db
 
@@ -10,7 +10,6 @@ COMMENT=	Free Pascal Component Library
 
 USE_FPC=	dblib fcl-async fcl-base fcl-json fcl-xml hash ibase mysql odbc oracle paszlib postgres \
 		pthreads pxlib sqlite
-USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-head mailing list