diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 00:35:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-05 00:35:54 +0000 |
commit | 6d5b5ab731fb3258909552b82fbfb7f3db49d2c7 (patch) | |
tree | fc9c1e35a81a943dfc8a002f7a2d9ae2772d69b9 /textproc/dictem | |
parent | 2a56edcdc58d518aa789a44bf996c5fb7c17d971 (diff) |
Notes
Diffstat (limited to 'textproc/dictem')
-rw-r--r-- | textproc/dictem/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index c13695f991fc..333d93498d44 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -15,9 +15,7 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= m.boyarov@bsd.by COMMENT= DictEm is a dict client for [X]Emacs -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif +USE_EMACS= yes PLIST_FILES+= ${LISPDIR}/dictem.el \ ${LISPDIR}/dictem.elc |