diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-19 21:31:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-10-19 21:31:53 +0000 |
commit | 3e0d58807b1384c4a6c948fcca02aa83f8336de0 (patch) | |
tree | 9c5f0064fe300ab38097e52cebd5615e79174f29 /databases/postgresql-tcltk | |
parent | 3ed05170c769c0c8cbbd1fa2a4732614ed9bf987 (diff) | |
download | ports-3e0d58807b1384c4a6c948fcca02aa83f8336de0.tar.gz ports-3e0d58807b1384c4a6c948fcca02aa83f8336de0.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=263306
Diffstat (limited to 'databases/postgresql-tcltk')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile index f95d19965986..b16fb2693ecb 100644 --- a/databases/postgresql-tcltk/Makefile +++ b/databases/postgresql-tcltk/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g} USE_PGSQL= yes MASTERDIR= ${.CURDIR}/../../databases/postgresql74-server +BROKEN= does not compile + CONFLICTS= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-3]* LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |