summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-23 04:40:59 +0000
committerjlam <jlam@pkgsrc.org>2004-03-23 04:40:59 +0000
commit326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (patch)
treed8094c229e6aa2ba7ccd261556aaa1939c21a233 /comms/pilot-link-libs
parenta97936193dc3417e78f64b9361579ab280ca8f30 (diff)
downloadpkgsrc-326169077a1ea33e6ce3ca3fd58f9e44cc2eb041.tar.gz
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r--comms/pilot-link-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index e5a21c389e5..a1aa540684b 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/02/14 18:31:23 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/03/23 04:41:00 jlam Exp $
#
.include "../../comms/pilot-link/Makefile.common"
@@ -9,7 +9,7 @@ COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3]
-USE_BUILDLINK3= # defined
+USE_BUILDLINK3= yes
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"