diff options
Diffstat (limited to 'textproc/dictem/Makefile')
-rw-r--r-- | textproc/dictem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 99dc1728ba87..57d1bdbff5c3 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -1,6 +1,6 @@ PORTNAME= dictem PORTVERSION= 1.0.4 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= textproc net elisp MASTER_SITES= SF/dictem/dictem/dictem-${PORTVERSION} PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} @@ -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} |