summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-06 14:36:09 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-06 14:36:09 +0800
commitfd5bddd1dc081ad3d0449dcb3a61baa38eedf983 (patch)
treec2eb7eb351f63df2264c01fb94e6f85f9a3b6e68 /databases
parente60fc8ed5759e8c09f3973180e88698d2f3caf4e (diff)
downloadmarcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar.gz
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar.bz2
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar.lz
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar.xz
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.tar.zst
marcuscom-ports-fd5bddd1dc081ad3d0449dcb3a61baa38eedf983.zip
Remove now-obsolete WITH_ options.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3817 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r--databases/libgda2/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile
index 7144cb976..0af664d59 100644
--- a/databases/libgda2/Makefile
+++ b/databases/libgda2/Makefile
@@ -159,15 +159,6 @@ pre-everything::
.if !defined(WITH_MYSQL)
@${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL."
.endif
-.if !defined(WITH_POSTGRES73)
- @${ECHO_MSG} "You can enable support for Postgres 7.3 databases by defining WITH_POSTGRES73."
-.endif
-.if !defined(WITH_POSTGRES74)
- @${ECHO_MSG} "You can enable support for Postgres 7.4 databases by defining WITH_POSTGRES74."
-.endif
-.if !defined(WITH_POSTGRES80)
- @${ECHO_MSG} "You can enable support for Postgres 8.0 databases by defining WITH_POSTGRES80."
-.endif
.if !defined(WITH_LDAP)
@${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP."
.endif