diff options
author | pav <pav@FreeBSD.org> | 2010-10-20 05:31:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-20 05:31:53 +0800 |
commit | 36f21363325269e4fe7d1f35b5c208a95f0ce832 (patch) | |
tree | f10e95ecce9da338daf9ef46c8a54a1de3fe80ca /databases | |
parent | 5c3f4f101e792cb4aafacad6c27ff0284e70662b (diff) | |
download | freebsd-ports-gnome-36f21363325269e4fe7d1f35b5c208a95f0ce832.tar.gz freebsd-ports-gnome-36f21363325269e4fe7d1f35b5c208a95f0ce832.tar.zst freebsd-ports-gnome-36f21363325269e4fe7d1f35b5c208a95f0ce832.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'databases')
-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} |