aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgadmin3-12
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2005-02-08 02:44:12 +0800
committerfjoe <fjoe@FreeBSD.org>2005-02-08 02:44:12 +0800
commit3379a3e787db09da0fd059a61624ec7db963b87d (patch)
tree3733c6fbc4c3a111c3caa108ff7de470192e806c /databases/pgadmin3-12
parentcd7196658a3aca1fcffd81be16ad85c1db198b94 (diff)
downloadfreebsd-ports-gnome-3379a3e787db09da0fd059a61624ec7db963b87d.tar.gz
freebsd-ports-gnome-3379a3e787db09da0fd059a61624ec7db963b87d.tar.zst
freebsd-ports-gnome-3379a3e787db09da0fd059a61624ec7db963b87d.zip
- 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/pgadmin3-12')
-rw-r--r--databases/pgadmin3-12/Makefile4
1 files changed, 4 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>