diff options
author | Diane Bruce <db@FreeBSD.org> | 2020-03-25 23:44:59 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2020-03-25 23:44:59 +0000 |
commit | 8d4d453671a6b85a3d25f9a6e724edd2fd88cbd2 (patch) | |
tree | 44a2300837259b00cae393ffe247dd39d6fcb21f | |
parent | File metadata and streaming library (diff) |
Forgot to add NO_ARCH=yes no binary change
-rw-r--r-- | net/libcharon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/libcharon/Makefile b/net/libcharon/Makefile index 02ee4ef4deb5..e049135ec3b7 100644 --- a/net/libcharon/Makefile +++ b/net/libcharon/Makefile @@ -19,4 +19,5 @@ GH_ACCOUNT= Ultimaker USE_GITHUB= yes GH_TAGNAME= bfd36d0 +NO_ARCH= yes .include <bsd.port.mk> |