pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/comms/pilot-link Replaced #defined with "yes" to make ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2459bf2855c2
branches:  trunk
changeset: 494299:2459bf2855c2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 21:53:49 2005 +0000

description:
Replaced #defined with "yes" to make pkglint happy.

diffstat:

 comms/pilot-link/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r baf8b585454e -r 2459bf2855c2 comms/pilot-link/Makefile.common
--- a/comms/pilot-link/Makefile.common  Sun May 22 21:52:49 2005 +0000
+++ b/comms/pilot-link/Makefile.common  Sun May 22 21:53:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/05/22 21:53:49 rillig Exp $
 
 DISTNAME=              pilot-link-${PILOT_LINK_VERS}
 CATEGORIES=            comms
@@ -10,8 +10,8 @@
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE?=             http://www.pilot-link.org/
 
-USE_LIBTOOL=           # defined
-GNU_CONFIGURE=         # defined
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index