summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsnj <snj>2004-04-26 03:35:04 +0000
committersnj <snj>2004-04-26 03:35:04 +0000
commit531ba9a775a07b069c45c1ae70e307e20311d0eb (patch)
tree6cfd8c06a49d0264e998120d7dfdff3ff9891b0d /www
parent27a7021761a335d1fd4ebd580e85b33865d64495 (diff)
downloadpkgsrc-531ba9a775a07b069c45c1ae70e307e20311d0eb.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www')
-rw-r--r--www/squid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index f70c602bdbe..ae3428e8c7d 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2004/03/26 02:27:58 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2004/04/26 03:35:04 snj Exp $
DISTNAME= squid-2.5.STABLE5
PKGNAME= squid-2.5.5
@@ -31,7 +31,7 @@ PKG_SYSCONFSUBDIR?= squid
.include "../../mk/bsd.prefs.mk"
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \
@@ -104,5 +104,5 @@ post-install:
${ECHO} "@dirrm share/squid" \
) >>${PLIST_SRC}
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"