summaryrefslogtreecommitdiff
path: root/databases/pgadmin3
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-02-07 18:44:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-02-07 18:44:12 +0000
commit83e94023d55c77f14bb5f8d356b682c9a1f5f14e (patch)
tree8369f36ba172b13c86830e53c844ec4cd7c22496 /databases/pgadmin3
parentDo not format manual during installation. (diff)
- Mark broken on 5.2.0-RELEASE and later until problems with this port
are resolved. - Suggest to use pgadmin3 binary from pgadmin.org.
Notes
Notes: svn path=/head/; revision=128238
Diffstat (limited to 'databases/pgadmin3')
-rw-r--r--databases/pgadmin3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 6a896b1e4e75..78aea7cd9909 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -40,4 +40,8 @@ LIB_DEPENDS+= wx_gtk2_stc-2.5.3:${PORTSDIR}/x11-toolkits/wxgtk2-contrib-devel
CONFIGURE_ARGS+=--with-wx-config=wxgtk2-2.5-config
.endif # WITH_UNICODE
+.if ${OSVERSION} >= 502000
+BROKEN= "Please use binary version distributed by http://pgadmin.org/"
+.endif
+
.include <bsd.port.post.mk>