diff options
Diffstat (limited to 'databases/pgagroal/Makefile')
-rw-r--r-- | databases/pgagroal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index 4c9b2ea26cf1..254c98b969c2 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -9,11 +9,13 @@ WWW= https://agroal.github.io/pgagroal/ LICENSE= BSD3CLAUSE +BROKEN_armv7= wants long to be a 64 bit type + BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ libev.so:devel/libev -USES= cmake pathfix ssl +USES= cmake ssl USE_LDCONFIG= yes USE_RC_SUBR= pgagroal |