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 /misc/bidwatcher | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 68250408377..44e5d11b86b 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/02/27 10:40:04 rillig Exp $ +# $NetBSD: Makefile,v 1.43 2005/04/11 21:46:33 tv Exp $ DISTNAME= bidwatcher-1.3.17 PKGREVISION= 1 @@ -11,7 +11,6 @@ COMMENT= eBay snipe tool GNU_CONFIGURE= YES USE_LANGUAGES= c c++ -USE_BUILDLINK3= YES DOCDIR= ${PREFIX}/share/doc/bidwatcher |