diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /comms/pilot-link-libs | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 90c742e0a39..5112fb9935f 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/03/20 21:47:35 schwarz Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:07 tv Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -9,7 +9,6 @@ COMMENT= Libraries for talking to the 3Com Pilot PDA CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3] -USE_BUILDLINK3= yes MAKE_ENV+= PILIB="libsock/libpisock.la" MAKE_ENV+= PICCLIB="libcc/libpicc.a" |