summaryrefslogtreecommitdiff
path: root/databases
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
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.
Diffstat (limited to 'databases')
-rw-r--r--databases/pgadmin3-12/Makefile4
-rw-r--r--databases/pgadmin3/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/databases/pgadmin3-12/Makefile b/databases/pgadmin3-12/Makefile
index 6a896b1e4e75..78aea7cd9909 100644
--- a/databases/pgadmin3-12/Makefile
+++ b/databases/pgadmin3-12/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>
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>