diff options
Diffstat (limited to 'textproc/dictem/Makefile')
-rw-r--r-- | textproc/dictem/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 0052c6bc35a3..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} @@ -11,13 +11,12 @@ WWW= https://sourceforge.net/projects/dictem/ LICENSE= GPLv2 -DEPRECATED= Depends on expiring textproc/dict -EXPIRATION_DATE=2025-09-30 - 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} |