diff options
author | grant <grant@pkgsrc.org> | 2004-05-08 15:19:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-08 15:19:18 +0000 |
commit | c5b31562e6ddefd00feabe252784c021787756d4 (patch) | |
tree | 7abcdaebe19cd5a6b9fcdb86f3fafe13daf85ac7 /www/ap-bandwidth/Makefile | |
parent | 68028b8f52fece7a040e998ca31e09e43d34acae (diff) | |
download | pkgsrc-c5b31562e6ddefd00feabe252784c021787756d4.tar.gz |
convert to use buildlink3.
Diffstat (limited to 'www/ap-bandwidth/Makefile')
-rw-r--r-- | www/ap-bandwidth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-bandwidth/Makefile b/www/ap-bandwidth/Makefile index 46708dc2e4b..a7aa84200ef 100644 --- a/www/ap-bandwidth/Makefile +++ b/www/ap-bandwidth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:27:58 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/05/08 15:19:18 grant Exp $ # DISTNAME= mod_bandwidth.c @@ -12,7 +12,7 @@ HOMEPAGE= http://cohprog.com/v3/bandwidth/intro-en.html COMMENT= Apache module for bandwidth management WRKSRC= ${WRKDIR} -USE_BUILDLINK2= YES +USE_BUILDLINK3= yes APACHE_MODULE_NAME= mod_bandwidth.so |