diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-01-05 10:06:45 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-01-05 10:06:45 +0000 |
commit | 9ebb4ca72356b5a6803ffebb4c6186a7fad10814 (patch) | |
tree | 08c8e6da2d9a318547cf5fe8403a0240cec95f02 /databases/postgresql-odbc | |
parent | 765c49a53d82d8a4b017cefdcbc6266df0812641 (diff) | |
download | ports-9ebb4ca72356b5a6803ffebb4c6186a7fad10814.tar.gz ports-9ebb4ca72356b5a6803ffebb4c6186a7fad10814.zip |
Notes
Diffstat (limited to 'databases/postgresql-odbc')
-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", |