diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-04 20:20:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-04 20:20:34 +0000 |
commit | e76676bc9559d2bb542c520be61339bc8de92e1e (patch) | |
tree | 864e63b69eefc984d452ed169305a61fbb518a9c /databases/postgresql-tcltk | |
parent | 77d8313cbdc216586153897c3afebaab93a55632 (diff) |
Attempt to fix INDEX by upgrading PostgreSQL dependency to 8.4
Mark databases/postgresql-tcltk as broken, it does not work
with PostgreSQL 8.X [1]
Remove obsolete conflicts line from databases/postgresql-tcltk
Submitted by: pav [1]
Approved by: pav
Notes
Notes:
svn path=/head/; revision=272220
Diffstat (limited to 'databases/postgresql-tcltk')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile index eadb50f7adaf..5812689e9599 100644 --- a/databases/postgresql-tcltk/Makefile +++ b/databases/postgresql-tcltk/Makefile @@ -18,9 +18,9 @@ TKPORTDIR?= ${PORTSDIR}/x11-toolkits/tk LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g} USE_PGSQL= yes -MASTERDIR= ${.CURDIR}/../../databases/postgresql74-server +MASTERDIR= ${.CURDIR}/../../databases/postgresql84-server -CONFLICTS= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-3]* +BROKEN= Does not work with PostgreSQL 8.X LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |