From 3a14939100092889eaeb54dfdfc5eb20fbeb70e3 Mon Sep 17 00:00:00 2001
From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
Date: Tue, 24 Jun 2008 15:18:15 +0000
Subject: - Use new freepascal stuff - Bump PORTREVISION

---
 archivers/fpc-paszlib/Makefile | 6 ++----
 archivers/fpc-unzip/Makefile   | 5 ++---
 2 files changed, 4 insertions(+), 7 deletions(-)

(limited to 'archivers')

diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile
index 4ceee037d617..30e01aa23343 100644
--- a/archivers/fpc-paszlib/Makefile
+++ b/archivers/fpc-paszlib/Makefile
@@ -5,17 +5,15 @@
 # $FreeBSD$
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	archivers devel
 PKGNAMESUFFIX=	-paszlib
 
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Free Pascal unit for native compression IO
 
-BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc \
-		${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash
+USE_FPC=	hash
 
-UNITSDIR=	${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
 EXTRACTUNITDIR+=	${WRKUNITDIR}
diff --git a/archivers/fpc-unzip/Makefile b/archivers/fpc-unzip/Makefile
index 8793e32dce9c..66b35c39bc7d 100644
--- a/archivers/fpc-unzip/Makefile
+++ b/archivers/fpc-unzip/Makefile
@@ -5,15 +5,14 @@
 # $FreeBSD$
 #
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	archivers lang
 PKGNAMESUFFIX=	-unzip
 
 MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Free Pascal routines for unzipping zip files
 
-BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc \
-		fpcmake:${PORTSDIR}/lang/fpc-utils
+USE_FPC=	yes
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
-- 
cgit v1.2.3