summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authoragc <agc>1998-11-19 15:40:45 +0000
committeragc <agc>1998-11-19 15:40:45 +0000
commitd5589c44f061463f1a3d37d98e6ef5b486dfcb05 (patch)
treec285dda7482793338f087ec5157582592dfd2d60 /www/ap-auth-cookie
parent15a0947706dcc87d27ab3f165f4a4f9c7eac3be7 (diff)
downloadpkgsrc-d5589c44f061463f1a3d37d98e6ef5b486dfcb05.tar.gz
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 0ebbad31d69..50fa45f3f62 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/10/03 21:28:57 tv Exp $
+# $NetBSD: Makefile,v 1.7 1998/11/19 15:40:47 agc Exp $
#
# There are a few more mod_auth_cookie's out there doing slightly
# different things. This one pkg would be a good place to dump them all in
@@ -13,8 +13,7 @@ EXTRACT_SUFX= .gz
MAINTAINER= tv@netbsd.org
-BUILD_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache
-RUN_DEPENDS+= ${PREFIX}/sbin/apxs:../../www/apache
+DEPENDS+= apache-1.3.2:../../www/apache
USE_PERL5= yes # for "apxs"
EXTRACT_CMD= ${DO_NADA}