diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-02-07 18:44:12 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-02-07 18:44:12 +0000 |
commit | 83e94023d55c77f14bb5f8d356b682c9a1f5f14e (patch) | |
tree | 8369f36ba172b13c86830e53c844ec4cd7c22496 /databases/pgadmin3-12 | |
parent | a77cc9c0d0f0fe198bdf008f10de57669a98dc3f (diff) | |
download | ports-83e94023d55c77f14bb5f8d356b682c9a1f5f14e.tar.gz ports-83e94023d55c77f14bb5f8d356b682c9a1f5f14e.zip |
Notes
Diffstat (limited to 'databases/pgadmin3-12')
-rw-r--r-- | databases/pgadmin3-12/Makefile | 4 |
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> |