diff options
author | snj <snj> | 2004-04-25 07:39:25 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 07:39:25 +0000 |
commit | 05d2af79a4b9d18108bf4701d106b4460e79ca3b (patch) | |
tree | c6c408246dbec7fcbc9c6e2f66e9d68e4e60c693 /net/trickle/Makefile | |
parent | 262f67994581ac8c9859cd71c37f2e06e2ce84b1 (diff) | |
download | pkgsrc-05d2af79a4b9d18108bf4701d106b4460e79ca3b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'net/trickle/Makefile')
-rw-r--r-- | net/trickle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 257b6dc00b1..3d3a679d7fb 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:46 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/25 07:45:47 snj Exp $ # DISTNAME= trickle-1.06 @@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://monkey.org/~marius/trickle/ COMMENT= Portable lightweight userspace bandwidth shaper -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_PKGINSTALL= yes @@ -26,5 +26,5 @@ pre-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${EGDIR} -.include "../../devel/libevent/buildlink2.mk" +.include "../../devel/libevent/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |