diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgadmin3-12/Makefile | 4 | ||||
-rw-r--r-- | databases/pgadmin3/Makefile | 4 |
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> |