From 88da3846e214598335a01d2cca41912866d89471 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Fri, 24 Mar 2006 15:59:29 +0000 Subject: [PATCH] Add the last missing dependency (net/pear-Net-Socket) and bump the pkgname. --- net/pear-HTTP-Request/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/pear-HTTP-Request/Makefile b/net/pear-HTTP-Request/Makefile index 1bc2f75d2d5..f37699df46c 100644 --- a/net/pear-HTTP-Request/Makefile +++ b/net/pear-HTTP-Request/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2006/03/24 15:39:38 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.3 2006/03/24 15:59:29 mbalmer Exp $ COMMENT= "an easy way to perform HTTP requests for PHP" V= 1.2.4 DISTNAME= HTTP_Request-${V} -PKGNAME= pear-HTTP-Request-${V} +PKGNAME= pear-HTTP-Request-${V}p0 CATEGORIES= net pear MASTER_SITES= http://pear.php.net/get/ @@ -19,6 +19,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -RUN_DEPENDS= ::net/pear-Net-URL +RUN_DEPENDS= ::net/pear-Net-URL \ + ::net/pear-Net-Socket .include