Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 01:41:38 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394539 - head/archivers/fpc-paszlib
Message-ID:  <201508180141.t7I1fcTQ044442@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Tue Aug 18 01:41:37 2015
New Revision: 394539
URL: https://svnweb.freebsd.org/changeset/ports/394539

Log:
  - Remove USE_FPC_RUN. It is not necessary here

Modified:
  head/archivers/fpc-paszlib/Makefile

Modified: head/archivers/fpc-paszlib/Makefile
==============================================================================
--- head/archivers/fpc-paszlib/Makefile	Tue Aug 18 00:50:57 2015	(r394538)
+++ head/archivers/fpc-paszlib/Makefile	Tue Aug 18 01:41:37 2015	(r394539)
@@ -1,7 +1,7 @@
 # Created by: John Merryweather Cooper
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	archivers devel
 PKGNAMESUFFIX=	-paszlib
 
@@ -9,7 +9,6 @@ MAINTAINER=	freebsd-fpc@FreeBSD.org
 COMMENT=	Free Pascal unit for native compression IO
 
 USE_FPC=	hash
-USE_FPC_RUN=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508180141.t7I1fcTQ044442>