summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-10 08:42:04 +0000
committerjoerg <joerg>2007-06-10 08:42:04 +0000
commit141d1bdbc631b4f4bd6d05aeee1f14e4308d0c14 (patch)
tree88b4d646e1ca2b51840f773223f2f67250dceb38
parent999e523b6dfd9f122933ef08551237c4bcd19bc6 (diff)
downloadpkgsrc-141d1bdbc631b4f4bd6d05aeee1f14e4308d0c14.tar.gz
Reorder Apache depedency to get the most specific one first.
-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"