diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-01-05 18:06:45 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-01-05 18:06:45 +0800 |
commit | 6191e34bebbc231eb3f2b21059aed49fe3da6cdd (patch) | |
tree | 648bb720594197ae13fcd44f276fa8836d3d1ea5 /databases | |
parent | 578815f78a2be9508187ea90582d2ac92be3bd78 (diff) | |
download | freebsd-ports-gnome-6191e34bebbc231eb3f2b21059aed49fe3da6cdd.tar.gz freebsd-ports-gnome-6191e34bebbc231eb3f2b21059aed49fe3da6cdd.tar.zst freebsd-ports-gnome-6191e34bebbc231eb3f2b21059aed49fe3da6cdd.zip |
Remove POSTGRESQL_SUBPORT, as this is a standalone port now.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-odbc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 1b764f477d83..3e73200b5b57 100644 --- a/databases/postgresql-odbc/Makefile +++ b/databases/postgresql-odbc/Makefile @@ -15,10 +15,6 @@ DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net -POSTGRESQL_PORT?= databases/postgresql7 -POSTGRESQL_SUBPORT=YES -.include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> - # PostgreSQL ODBC support needs an ODBC driver manager to be # installed, and it supports both iODBC and unixODBC. The following # variable may be set at built-time to either "iodbc" or "unixodbc", |