summaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Request/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/pear-HTTP_Request/Makefile')
-rw-r--r--www/pear-HTTP_Request/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile
index 33ab46f05bc..f75b1ff44f2 100644
--- a/www/pear-HTTP_Request/Makefile
+++ b/www/pear-HTTP_Request/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/11/27 14:23:55 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3.4.1 2005/04/22 14:17:33 salo Exp $
DISTNAME= HTTP_Request-1.2.3
#CATEGORIES+= www
@@ -7,10 +7,7 @@ MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP classes to provides an easy way to perform HTTP requests
DEPENDS+= pear-Net_URL>=1.0.12:../../net/pear-Net_URL
+DEPENDS+= pear-Net_Socket>=1.0.2:../../net/pear-Net_Socket
-# need Net_Socket 1.0.2 or later
-PEAR_NETSOCKET_VERSION_REQD= 1.0.2
-
-.include "../../net/pear-Net_Socket/buildlink3.mk"
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"