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 /security | |
parent | b533a0dc3ee2b32bb846ea7ad7fa7c57c1f9a14b (diff) | |
download | freebsd-ports-gnome-308a223746662dab5059e498e7d8b66b4686d5e0.tar.gz freebsd-ports-gnome-308a223746662dab5059e498e7d8b66b4686d5e0.tar.zst freebsd-ports-gnome-308a223746662dab5059e498e7d8b66b4686d5e0.zip |
- Use new freepascal stuff
- Bump PORTREVISION
Diffstat (limited to 'security')
-rw-r--r-- | security/fpc-hash/Makefile | 4 | ||||
-rw-r--r-- | security/fpc-openssl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/fpc-hash/Makefile b/security/fpc-hash/Makefile index 8279035ab1d4..fe519092cdba 100644 --- a/security/fpc-hash/Makefile +++ b/security/fpc-hash/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security lang PKGNAMESUFFIX= -hash MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal unit for MD5 hash routines -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index 92bf661fb7ed..aab6a7ebebdd 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security lang PKGNAMESUFFIX= -openssl MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal unit for OpenSSL -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} |