diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-03 15:47:10 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-03 15:47:10 +0000 |
commit | ce32f5523de4e53b20ef63663fe0415dd4f85639 (patch) | |
tree | 8f6eaac84d10ea2e56ab07efabd380655a7a7ea8 /security | |
parent | fc8d80a7c3138769859e4bbefa4b674c7516db6c (diff) | |
download | pkgsrc-ce32f5523de4e53b20ef63663fe0415dd4f85639.tar.gz |
Fix indentation of include lines inside conditionals.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index c5b92c6b04c..63844bed087 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/11/03 15:35:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2004/11/03 15:47:10 jmmv Exp $ # DISTNAME= gpgme-1.0.1 @@ -41,14 +41,14 @@ INFO_FILES= gpgme.info .include "../../security/libgpg-error/buildlink3.mk" .if ${OPSYS} != "SunOS" -.include "../../devel/librfuncs/buildlink3.mk" +. include "../../devel/librfuncs/buildlink3.mk" .endif ## ## Option to build with gpgsm. This provides SMIME support ## .if !empty(PKG_OPTIONS:Mgpgsm) -.include "../../security/gnupg-devel/buildlink3.mk" +. include "../../security/gnupg-devel/buildlink3.mk" CONFIGURE_ARGS+= --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm CONFIGURE_ARGS+= --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2 .else |