summaryrefslogtreecommitdiff
path: root/www/ap2-auth-xradius
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-10 08:42:04 +0000
committerjoerg <joerg>2007-06-10 08:42:04 +0000
commita7de7a297ef22061006f56ed356a280955c8d43a (patch)
tree88b4d646e1ca2b51840f773223f2f67250dceb38 /www/ap2-auth-xradius
parent98272d75f1ab67ea169567b32061aaefc72af39d (diff)
downloadpkgsrc-a7de7a297ef22061006f56ed356a280955c8d43a.tar.gz
Reorder Apache depedency to get the most specific one first.
Diffstat (limited to 'www/ap2-auth-xradius')
-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"