diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-30 16:01:41 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-30 16:01:41 +0000 |
commit | beb86daaa48b700fe6e2e209b481c87f512c4161 (patch) | |
tree | cdc8e3feafdf2069fe73e10e5ade4daf4dfbe0a6 | |
parent | 9771a255d37e24e113bca92dc9b8b343298bda74 (diff) |
x11-themes/mate-icon-theme: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | x11-themes/mate-icon-theme/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/mate-icon-theme/Makefile b/x11-themes/mate-icon-theme/Makefile index 16443b35f8b5..cb0d320f56d9 100644 --- a/x11-themes/mate-icon-theme/Makefile +++ b/x11-themes/mate-icon-theme/Makefile @@ -23,4 +23,6 @@ USES= gettext-tools gmake gnome pkgconfig tar:xz USE_GNOME= intltool GNU_CONFIGURE= yes +NO_ARCH= yes + .include <bsd.port.mk> |