pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-xradius Reorder Apache depedency to get t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f68da509975
branches:  trunk
changeset: 529766:1f68da509975
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 10 08:42:04 2007 +0000

description:
Reorder Apache depedency to get the most specific one first.

diffstat:

 www/ap2-auth-xradius/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 73146d6cd5f3 -r 1f68da509975 www/ap2-auth-xradius/Makefile
--- a/www/ap2-auth-xradius/Makefile     Sun Jun 10 08:40:16 2007 +0000
+++ b/www/ap2-auth-xradius/Makefile     Sun Jun 10 08:42:04 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index