pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs Needs pkg-config.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65cf519434d9
branches:  trunk
changeset: 538686:65cf519434d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 16 13:46:09 2008 +0000

description:
Needs pkg-config.

diffstat:

 editors/emacs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 56e0156bd4fd -r 65cf519434d9 editors/emacs/Makefile.common
--- a/editors/emacs/Makefile.common     Sat Feb 16 13:24:45 2008 +0000
+++ b/editors/emacs/Makefile.common     Sat Feb 16 13:46:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2008/02/15 23:01:39 tnn Exp $
+# $NetBSD: Makefile.common,v 1.20 2008/02/16 13:46:09 wiz Exp $
 
 MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
 MAINTAINER=    markd%NetBSD.org@localhost
@@ -7,7 +7,7 @@
 CONFLICTS=     mule-[0-9]*
 CONFLICTS+=    elisp-manual-[0-9]*
 
-USE_TOOLS+=            gmake gzip perl:run
+USE_TOOLS+=            gmake gzip perl:run pkg-config
 GNU_CONFIGURE=         yes
 
 PATCHDIR=      ${.CURDIR}/../../editors/emacs/patches



Home | Main Index | Thread Index | Old Index