diff options
author | abs <abs@pkgsrc.org> | 2004-02-03 13:51:27 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-02-03 13:51:27 +0000 |
commit | 3273cf9e682f7367407f012933fbd999408b0a07 (patch) | |
tree | 21c849d122066d686b97214e13368005c55d5e37 /misc/bidwatcher | |
parent | f7ed72c42ee5ab3bcefe96f14fb3d840d836c36a (diff) | |
download | pkgsrc-3273cf9e682f7367407f012933fbd999408b0a07.tar.gz |
We use/need c++
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index bd2f0446296..3e7ec7993dd 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/12/26 15:25:42 tron Exp $ +# $NetBSD: Makefile,v 1.34 2004/02/03 13:51:27 abs Exp $ DISTNAME= bidwatcher-1.3.11 CATEGORIES= misc @@ -9,6 +9,7 @@ HOMEPAGE= http://sourceforge.net/projects/bidwatcher/ COMMENT= eBay snipe tool GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_BUILDLINK2= YES DOCDIR= ${PREFIX}/share/doc/bidwatcher |