diff options
author | joerg <joerg> | 2007-06-10 08:42:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-10 08:42:04 +0000 |
commit | a7de7a297ef22061006f56ed356a280955c8d43a (patch) | |
tree | 88b4d646e1ca2b51840f773223f2f67250dceb38 | |
parent | 98272d75f1ab67ea169567b32061aaefc72af39d (diff) | |
download | pkgsrc-a7de7a297ef22061006f56ed356a280955c8d43a.tar.gz |
Reorder Apache depedency to get the most specific one first.
-rw-r--r-- | www/ap2-auth-xradius/Makefile | 7 |
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" |