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 /chat/fisg | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'chat/fisg')
-rw-r--r-- | chat/fisg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile index 2182837a019..6fee10d87fb 100644 --- a/chat/fisg/Makefile +++ b/chat/fisg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/03/09 21:03:31 snj Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:03 tv Exp $ DISTNAME= fisg-0.2.0 CATEGORIES= chat textproc @@ -9,7 +9,6 @@ HOMEPAGE= http://www.tnsp.org/fisg.php COMMENT= Fast IRC statistics generator WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make .include "../../mk/bsd.pkg.mk" |