From 21e0d49f9a912ba5e27ed3e77fe1657c30760aed Mon Sep 17 00:00:00 2001 From: sthen Date: Thu, 4 Nov 2010 23:33:45 +0000 Subject: [PATCH] move back to new-style LIB_DEPENDS, req by Brad. --- www/nginx/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 8077b3f91fd..d87e47f0807 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2010/11/04 07:54:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.31 2010/11/04 23:33:45 sthen Exp $ COMMENT= robust and small HTTP server and mail proxy server @@ -21,7 +21,7 @@ WANTLIB= c crypto pcre ssl z MASTER_SITES= http://sysoev.ru/nginx/ -LIB_DEPENDS= pcre::devel/pcre +LIB_DEPENDS= ::devel/pcre NGINX_DIR= /var/nginx SUBST_VARS= NGINX_DIR