diff options
Diffstat (limited to 'www/librest07/Makefile')
-rw-r--r-- | www/librest07/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile index fc54f392d86..41f06ce7f27 100644 --- a/www/librest07/Makefile +++ b/www/librest07/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/04/06 08:17:17 adam Exp $ +# $NetBSD: Makefile,v 1.16 2015/06/07 14:06:00 youri Exp $ # DISTNAME= rest-0.7.92 @@ -26,6 +26,6 @@ TEST_TARGET= check .include "options.mk" .include "../../devel/glib2/buildlink3.mk" -.include "../../net/libsoup24/buildlink3.mk" +.include "../../net/libsoup/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |