diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-05-03 21:06:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-05-03 21:06:51 +0000 |
commit | 922dee671e2e111408aede429ebf504e03c94cc6 (patch) | |
tree | 5bfa656790b7b4a3ad060d826ccb3804b9d8794f /www/mohawk | |
parent | 2324ce8be9e5285ce168f5c633c20b47616814d5 (diff) | |
download | ports-922dee671e2e111408aede429ebf504e03c94cc6.tar.gz ports-922dee671e2e111408aede429ebf504e03c94cc6.zip |
Notes
Diffstat (limited to 'www/mohawk')
-rw-r--r-- | www/mohawk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mohawk/Makefile b/www/mohawk/Makefile index fd78742106ac..986a4dc65679 100644 --- a/www/mohawk/Makefile +++ b/www/mohawk/Makefile @@ -22,6 +22,8 @@ PLIST_FILES+= bin/mhtpasswd \ sbin/mohawk \ etc/mohawk.conf.sample +USES= uidfix + PORTEXAMPLES= * USE_RC_SUBR= mohawk @@ -29,10 +31,6 @@ CFLAGS+= -I${LOCALBASE}/include/event2/compat -I${LOCALBASE}/include OPTIONS_DEFINE= EXAMPLES -USES= uidfix - -BROKEN_aarch64= Fails to compile: error: comparison of constant -1 with expression of type char is always true - .include <bsd.port.options.mk> post-install: |