diff options
Diffstat (limited to 'databases/proxysql/Makefile')
-rw-r--r-- | databases/proxysql/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/proxysql/Makefile b/databases/proxysql/Makefile index 1a1f045d7791..d9f941ade395 100644 --- a/databases/proxysql/Makefile +++ b/databases/proxysql/Makefile @@ -1,5 +1,6 @@ PORTNAME= proxysql PORTVERSION= 2.6.6 +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= zi@FreeBSD.org @@ -9,8 +10,6 @@ WWW= https://www.proxysql.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_i386= configure: error: Unsupported pointer size: 0 - BUILD_DEPENDS= aclocal:devel/automake \ autoreconf:devel/autoconf \ bash:shells/bash \ @@ -18,10 +17,9 @@ BUILD_DEPENDS= aclocal:devel/automake \ ggrep:textproc/gnugrep \ libgcrypt>0:security/libgcrypt \ libtoolize:devel/libtool \ - e2fsprogs-libuuid>0:misc/e2fsprogs-libuuid \ gnutls>0:security/gnutls +LIB_DEPENDS= libuuid.so:misc/libuuid RUN_DEPENDS= libgcrypt>0:security/libgcrypt \ - e2fsprogs-libuuid>0:misc/e2fsprogs-libuuid \ gnutls>0:security/gnutls USES= compiler:c++11-lang gmake libtool perl5 python:build shebangfix |