diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2004-03-14 08:19:18 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2004-03-14 08:19:18 +0000 |
commit | 2d1c7109beab5c21a341df2074ad2078b48f3243 (patch) | |
tree | 613d234273fb975a9d06e3d91bab211e08ccf061 /chat/irchat-pj/Makefile | |
parent | 5866fd5dc5b9f84d286deb12fbb323e0b79d74db (diff) | |
download | pkgsrc-2d1c7109beab5c21a341df2074ad2078b48f3243.tar.gz |
Bl3'ify.
Diffstat (limited to 'chat/irchat-pj/Makefile')
-rw-r--r-- | chat/irchat-pj/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/irchat-pj/Makefile b/chat/irchat-pj/Makefile index b97b5052a9e..9d6c85c2ff5 100644 --- a/chat/irchat-pj/Makefile +++ b/chat/irchat-pj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:25:53 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/14 08:19:18 uebayasi Exp $ DISTNAME= irchat-pj-2.4.24.22 CATEGORIES= chat @@ -8,6 +8,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://irc.fan.gr.jp/pj/ COMMENT= Emacs lisp interface to Internet Relay Chat +USE_BUILDLINK3= yes + .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "emacs" |