diff options
author | acm <acm@FreeBSD.org> | 2008-06-24 23:18:15 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2008-06-24 23:18:15 +0800 |
commit | 308a223746662dab5059e498e7d8b66b4686d5e0 (patch) | |
tree | 88274dad7e8f62525a8522e057208b6d47e8b876 /archivers/fpc-paszlib/Makefile | |
parent | b533a0dc3ee2b32bb846ea7ad7fa7c57c1f9a14b (diff) | |
download | freebsd-ports-graphics-308a223746662dab5059e498e7d8b66b4686d5e0.tar.gz freebsd-ports-graphics-308a223746662dab5059e498e7d8b66b4686d5e0.tar.zst freebsd-ports-graphics-308a223746662dab5059e498e7d8b66b4686d5e0.zip |
- Use new freepascal stuff
- Bump PORTREVISION
Diffstat (limited to 'archivers/fpc-paszlib/Makefile')
-rw-r--r-- | archivers/fpc-paszlib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/fpc-paszlib/Makefile b/archivers/fpc-paszlib/Makefile index 4ceee037d61..30e01aa2334 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} |