diff options
author | hauke <hauke@pkgsrc.org> | 2019-10-08 12:40:54 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2019-10-08 12:40:54 +0000 |
commit | 56b515ee7fd13e58f7b430bde58c30593c4aa1aa (patch) | |
tree | 3a5f7e879abd841575c1487c62551a8a7220853a /editors/xemacs-current | |
parent | 5378ac49ba1fb5aeb08e6ac5eeb181ac0ad717d3 (diff) | |
download | pkgsrc-56b515ee7fd13e58f7b430bde58c30593c4aa1aa.tar.gz |
Declare use of perl.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs-current/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index d68a4e28734..33d937a0c74 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.99 2019/04/11 16:05:24 hauke Exp $ +# $NetBSD: Makefile,v 1.100 2019/10/08 12:40:55 hauke Exp $ PKGNAME= ${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 COMMENT= *BETA* XEmacs text editor version ${PKGVERSION_NOREV} # extra options for x11 support, not for sharing with xemacs-current-nox11 diff --git a/editors/xemacs-current/Makefile.common b/editors/xemacs-current/Makefile.common index 54f6e149fa3..d27c4cb8a0d 100644 --- a/editors/xemacs-current/Makefile.common +++ b/editors/xemacs-current/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2019/06/08 10:41:00 rillig Exp $ +# $NetBSD: Makefile.common,v 1.14 2019/10/08 12:40:55 hauke Exp $ # # used by editors/xemacs-current/Makefile # used by editors/xemacs-current-nox11/Makefile @@ -19,7 +19,7 @@ PATCHDIR= ${.CURDIR}/../../editors/xemacs-current/patches DISTINFO_FILE= ${.CURDIR}/../../editors/xemacs-current/distinfo PLIST_SRC= ${.CURDIR}/../../editors/xemacs-current/PLIST -USE_TOOLS+= makeinfo +USE_TOOLS+= makeinfo perl # The portable dumper creates a dump file with a build ID in its name GENERATE_PLIST+= ${ECHO} bin/${EMACS_DISTNAME}-`${WRKSRC}/src/xemacs -sd`.dmp ; |