diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-13 11:55:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-13 11:55:54 +0000 |
commit | e33663a96a09df20986ded55bdc081992c20d056 (patch) | |
tree | 81cba15431742f89b271ac94f1ed1efa6a988924 /misc/bidwatcher | |
parent | 8a9c1dc86e8b6a26d54d80627a4a4f5d321d4c6f (diff) | |
download | pkgsrc-e33663a96a09df20986ded55bdc081992c20d056.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 4ad4a9123c0..44d44e185e4 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/10/12 15:32:15 tron Exp $ +# $NetBSD: Makefile,v 1.16 2002/10/13 12:00:30 wiz Exp $ DISTNAME= bidwatcher-1.3.5 CATEGORIES= misc @@ -13,6 +13,7 @@ HOMEPAGE= http://sourceforge.net/projects/bidwatcher/ COMMENT= eBay snipe tool GNU_CONFIGURE= YES +USE_BUILDLINK2= YES USE_GMAKE= YES AUTOMAKE_OVERRIDE= NO @@ -27,5 +28,5 @@ post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} ${INSTALL_DATA} ${WRKSRC}/quick_start.html ${HTMLDIR} -.include "../../x11/gtk/buildlink.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |