diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-13 20:38:15 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-07-13 20:39:57 +0800 |
commit | af3235e9105adc942d897b5c712d6444b631803c (patch) | |
tree | 1bdcc685598b1378a7c841d1b46189b13a6f803a | |
parent | devel/pipestatus: Add NO_ARCH (diff) |
textproc/dictem: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/dictem/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 99dc1728ba87..52699ceabc6e 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -15,6 +15,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/dict:textproc/dict USES= emacs +NO_ARCH= yes + SRC_EL= dictem.el dictem-lingvo-dsl.el dictem-elisp.el .for f in ${SRC_EL} |