diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-14 20:29:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-14 20:29:05 +0000 |
commit | 4fc2cc919e535f8e9884c4200c13e160736b2a68 (patch) | |
tree | 809409f27c09fbfcc3c8966a454a45b52c62e119 /security/xmlsec1 | |
parent | b55d046764f1d9b6373d2b2a21b6ed12894663ab (diff) | |
download | pkgsrc-4fc2cc919e535f8e9884c4200c13e160736b2a68.tar.gz |
Sort buildlink3 files.
Diffstat (limited to 'security/xmlsec1')
-rw-r--r-- | security/xmlsec1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile index 49dd4a98c57..1e7102c0b39 100644 --- a/security/xmlsec1/Makefile +++ b/security/xmlsec1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:18:14 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/14 20:29:05 minskim Exp $ # DISTNAME= xmlsec1-1.2.6 @@ -22,8 +22,8 @@ GNU_CONFIGURE= yes #CONFIGURE_ARGS+= --without-openssl CONFIGURE_ARGS+= --without-gnutls -.include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/libxslt/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" #.include "../../security/gnutls/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |