diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-10-18 08:15:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-10-18 08:15:37 +0000 |
commit | 2a4ccaa60d94a31849fe627a447610ebbb4b9ba0 (patch) | |
tree | 9dd0d5f4c0201bf6204b8fa9a9e05638945d4e89 /devel/loudmouth/Makefile | |
parent | 28b11e47c17d133ea767c7332c9eda92f46f1dec (diff) | |
download | pkgsrc-2a4ccaa60d94a31849fe627a447610ebbb4b9ba0.tar.gz |
Sort bl2 include lines.
Diffstat (limited to 'devel/loudmouth/Makefile')
-rw-r--r-- | devel/loudmouth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/loudmouth/Makefile b/devel/loudmouth/Makefile index f8ea2441bc0..122d758d876 100644 --- a/devel/loudmouth/Makefile +++ b/devel/loudmouth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/10/18 08:11:43 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/10/18 08:15:37 jmmv Exp $ # DISTNAME= loudmouth-0.14 @@ -31,7 +31,7 @@ BUILD_DEFS+= LOUDMOUTH_USE_SSL CONFIGURE_ARGS+= --with-ssl=no .endif +.include "../../converters/libiconv/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" -.include "../../converters/libiconv/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |