diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-12-19 21:36:07 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-12-19 21:36:07 +0000 |
commit | 98deb21e04e4cc0d084ed6f2b5210955e16a872f (patch) | |
tree | ac8e356e4e7c7350358187ecfb55ee25bc846c03 /editors/mule/Makefile | |
parent | 2d2c0d18a34adf5e2085f06a87b580092958f21f (diff) | |
download | pkgsrc-98deb21e04e4cc0d084ed6f2b5210955e16a872f.tar.gz |
Try to fix build.
* Merge checks in emacs20's patch-ab. Fix PR pkg/45669 like problem.
* Now I have gotten temacs sagfault, maybe related to PR pkg/45716.
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 5599558071a..08989a8d59e 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2011/09/13 08:48:40 obache Exp $ +# $NetBSD: Makefile,v 1.47 2011/12/19 21:36:07 ryoon Exp $ DISTNAME= mule-2.3 PKGREVISION= 7 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.m17n.org/pub/mule/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.m17n.org/mule/ COMMENT= Multilingual GNU editing macros (editor) +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no |