diff options
author | edwin <edwin@FreeBSD.org> | 2008-07-05 08:35:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-07-05 08:35:54 +0800 |
commit | b37f38daa8fa2fb6b6c874b28b2ab353d67dcc84 (patch) | |
tree | 01d6aaa43ad694c0bbb822a60c1bbdd1d1cd9a3e /textproc/dictem | |
parent | b96c1df391be5375939bad2c8aedeafcf82ee12c (diff) | |
download | freebsd-ports-gnome-b37f38daa8fa2fb6b6c874b28b2ab353d67dcc84.tar.gz freebsd-ports-gnome-b37f38daa8fa2fb6b6c874b28b2ab353d67dcc84.tar.zst freebsd-ports-gnome-b37f38daa8fa2fb6b6c874b28b2ab353d67dcc84.zip |
Fix patched Makefile
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 |