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 /databases | |
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 'databases')
-rw-r--r-- | databases/fpc-gdbm/Makefile | 5 | ||||
-rw-r--r-- | databases/fpc-ibase/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-odbc/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-oracle/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-postgres/Makefile | 4 | ||||
-rw-r--r-- | databases/fpc-sqlite/Makefile | 4 |
7 files changed, 14 insertions, 15 deletions
diff --git a/databases/fpc-gdbm/Makefile b/databases/fpc-gdbm/Makefile index e5289118944e..6013f13b4dfc 100644 --- a/databases/fpc-gdbm/Makefile +++ b/databases/fpc-gdbm/Makefile @@ -5,15 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -gdbm MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to the GNU database system -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-ibase/Makefile b/databases/fpc-ibase/Makefile index 508999cc355c..fd3a53e791d9 100644 --- a/databases/fpc-ibase/Makefile +++ b/databases/fpc-ibase/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -ibase MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to interbase -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-mysql/Makefile b/databases/fpc-mysql/Makefile index 336d5723eeb7..92677d8b23bd 100644 --- a/databases/fpc-mysql/Makefile +++ b/databases/fpc-mysql/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -mysql MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to MySQL -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-odbc/Makefile b/databases/fpc-odbc/Makefile index 29e5cb9ccf32..337434f9d54e 100644 --- a/databases/fpc-odbc/Makefile +++ b/databases/fpc-odbc/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -odbc MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to ODBC -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-oracle/Makefile b/databases/fpc-oracle/Makefile index e47ea815e0a5..00c3ae8daa36 100644 --- a/databases/fpc-oracle/Makefile +++ b/databases/fpc-oracle/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -oracle MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to Oracle -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile index 35e772b7c4e0..31bda127609c 100644 --- a/databases/fpc-postgres/Makefile +++ b/databases/fpc-postgres/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases lang PKGNAMESUFFIX= -postgres MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to PostGreSQL -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile index d89597e0e4fc..9b3e243a93b9 100644 --- a/databases/fpc-sqlite/Makefile +++ b/databases/fpc-sqlite/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -sqlite MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to SQLite -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} |