diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-22 21:53:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-22 21:53:49 +0000 |
commit | 1379e5ef625c31089107ef3b36e3beba053cd8bc (patch) | |
tree | 0f9b6e8f9275ab903425781a7f8802d8f0f1ed83 /comms | |
parent | 04222ada9ccc695fa63ee7c71ed4098595608300 (diff) | |
download | pkgsrc-1379e5ef625c31089107ef3b36e3beba053cd8bc.tar.gz |
Replaced #defined with "yes" to make pkglint happy.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/pilot-link/Makefile.common b/comms/pilot-link/Makefile.common index 42d6a108ef4..9e2fd82edb1 100644 --- a/comms/pilot-link/Makefile.common +++ b/comms/pilot-link/Makefile.common @@ -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 @@ PILOT_LINK_VERS= 0.11.7 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE?= http://www.pilot-link.org/ -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |