From 6191e34bebbc231eb3f2b21059aed49fe3da6cdd Mon Sep 17 00:00:00 2001 From: olgeni Date: Sun, 5 Jan 2003 10:06:45 +0000 Subject: Remove POSTGRESQL_SUBPORT, as this is a standalone port now. --- databases/postgresql-odbc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'databases/postgresql-odbc') diff --git a/databases/postgresql-odbc/Makefile b/databases/postgresql-odbc/Makefile index 1b764f477d8..3e73200b5b5 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", -- cgit