diff options
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r-- | databases/pgadmin3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 9c616b2684bf..3b9d0ff36074 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -31,10 +31,4 @@ WX_UNICODE= yes post-patch: @${REINPLACE_CMD} -e 's,/wx-config,/${WX_CONFIG:T},' ${WRKSRC}/configure -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 503105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600014) -IGNORE= can not be built. Your system has broken vswprintf(3) function -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |