aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-24 15:18:15 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-06-24 15:18:15 +0000
commit3a14939100092889eaeb54dfdfc5eb20fbeb70e3 (patch)
tree2386c61baec8d8f38b0a33c712e329ab11269c54 /databases
parentc86d7d890bcb3802aad238a4854fd791f7f8da8d (diff)
downloadports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.tar.gz
ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/fpc-gdbm/Makefile5
-rw-r--r--databases/fpc-ibase/Makefile4
-rw-r--r--databases/fpc-mysql/Makefile4
-rw-r--r--databases/fpc-odbc/Makefile4
-rw-r--r--databases/fpc-oracle/Makefile4
-rw-r--r--databases/fpc-postgres/Makefile4
-rw-r--r--databases/fpc-sqlite/Makefile4
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/-//}