diff options
author | sem <sem@FreeBSD.org> | 2006-05-06 16:44:14 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-05-06 16:44:14 +0800 |
commit | 81de33d61b3e7194a3be87f5ffff39652e3aed19 (patch) | |
tree | 4e5b6f25bca0279c83a6cd9f116ef47ee48e3c93 /textproc/uim-el | |
parent | 226c0473043935620cb24a281964dff5dd35b688 (diff) | |
download | freebsd-ports-graphics-81de33d61b3e7194a3be87f5ffff39652e3aed19.tar.gz freebsd-ports-graphics-81de33d61b3e7194a3be87f5ffff39652e3aed19.tar.zst freebsd-ports-graphics-81de33d61b3e7194a3be87f5ffff39652e3aed19.zip |
- Add USE_EMACS=yes. It should present in all emacsen ports.
(This commit prevents the ports breakage after more strict condition
will applied in bsd.port.mk and makes no functional changes)
PR: ports/95238
Submitted by: nobutaka
Diffstat (limited to 'textproc/uim-el')
-rw-r--r-- | textproc/uim-el/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/uim-el/Makefile b/textproc/uim-el/Makefile index b171da3dee5..008684fd60c 100644 --- a/textproc/uim-el/Makefile +++ b/textproc/uim-el/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= uim-el-agent:${PORTSDIR}/textproc/uim USE_PERL5_BUILD=yes USE_GMAKE= yes USE_ICONV= yes +USE_EMACS= yes GNU_CONFIGURE= yes EMACS_PORT_NAME?= emacs21 |