diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 06:59:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 06:59:06 +0000 |
commit | 3b3c9f672f900afdca438f78e3220907bb31ae08 (patch) | |
tree | 418c522a37f1aa0cae549e70878c660ab155cbd7 /comms/snooper | |
parent | a92857c2e426fb92b4c947503df52c3843341c1e (diff) | |
download | pkgsrc-3b3c9f672f900afdca438f78e3220907bb31ae08.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'comms/snooper')
-rw-r--r-- | comms/snooper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index f93564d7d87..e28decc6b82 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/02/26 23:10:09 itojun Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/11 07:07:54 snj Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $ DISTNAME= snooper-19991202 @@ -11,7 +11,7 @@ COMMENT= Serial line protocol analyzer (need two serial interfaces) WRKSRC= ${WRKDIR}/snooper/build GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes pre-build: cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} depend |