summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-10 08:42:04 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-10 08:42:04 +0000
commit0e99da970b43613718cf685f379c8e86e28fab76 (patch)
tree88b4d646e1ca2b51840f773223f2f67250dceb38 /www
parent5736c78cde265094942164efb0305326684449cf (diff)
downloadpkgsrc-0e99da970b43613718cf685f379c8e86e28fab76.tar.gz
Reorder Apache depedency to get the most specific one first.
Diffstat (limited to 'www')
-rw-r--r--www/ap2-auth-xradius/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/ap2-auth-xradius/Makefile b/www/ap2-auth-xradius/Makefile
index 2828747c478..b107929e583 100644
--- a/www/ap2-auth-xradius/Makefile
+++ b/www/ap2-auth-xradius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/12/08 23:34:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2007/06/10 08:42:04 joerg Exp $
DISTNAME= mod_auth_xradius-0.4.6
PKGNAME= ap2-auth-xradius-0.4.6
@@ -14,10 +14,9 @@ GNU_CONFIGURE= YES
USE_LIBTOOL= YES
PKG_APACHE_ACCEPTED= apache2 apache22
+.include "../../mk/apache.mk"
+BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42
CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs
-BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42
-
-.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"