diff options
author | jlam <jlam> | 2002-11-25 21:13:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-25 21:13:36 +0000 |
commit | 9629472a8ab1abe22b10d917196b9f82e96afe20 (patch) | |
tree | 22dec6682662916f4ff2e04b0d6edbe1e59cbbea /misc | |
parent | dbf68f4685b384a91404f8e6565fcde60cefe102 (diff) | |
download | pkgsrc-9629472a8ab1abe22b10d917196b9f82e96afe20.tar.gz |
USE_BUILDLINK2 implies AUTOMAKE_OVERRIDE=NO
Diffstat (limited to 'misc')
-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 44204ffc968..e6311c429c6 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/10/27 21:54:25 tron Exp $ +# $NetBSD: Makefile,v 1.19 2002/11/25 21:13:36 jlam Exp $ DISTNAME= bidwatcher-1.3.6 CATEGORIES= misc @@ -10,7 +10,6 @@ COMMENT= eBay snipe tool GNU_CONFIGURE= YES USE_BUILDLINK2= YES -AUTOMAKE_OVERRIDE= NO DOCDIR= ${PREFIX}/share/doc/bidwatcher HTMLDIR= ${PREFIX}/share/doc/html/bidwatcher |