diff options
author | rillig <rillig> | 2005-05-22 21:53:49 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-22 21:53:49 +0000 |
commit | 9cf96ba632a12bfb51a1bdb3cc1823c89256cfa9 (patch) | |
tree | 0f9b6e8f9275ab903425781a7f8802d8f0f1ed83 /comms | |
parent | b45149bec428d8b8ab68177f9bb681819070c47c (diff) | |
download | pkgsrc-9cf96ba632a12bfb51a1bdb3cc1823c89256cfa9.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" |