diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-07 22:34:13 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-07 22:34:13 +0000 |
commit | cfc34ea9af120595b2e13010abe6e2f26e23f2a8 (patch) | |
tree | c31c70ec6152711bff99f290c3c392f6e317c8bd | |
parent | 7fcba8b0ba7c4661adf66561930213f7d61e6a3c (diff) | |
download | pkgsrc-cfc34ea9af120595b2e13010abe6e2f26e23f2a8.tar.gz |
Add missing pam.bl3.mk
-rw-r--r-- | security/oath-toolkit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile index f04cc644a08..375b54311a7 100644 --- a/security/oath-toolkit/Makefile +++ b/security/oath-toolkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/01/12 20:17:47 pettai Exp $ +# $NetBSD: Makefile,v 1.4 2012/04/07 22:34:13 dholland Exp $ # DISTNAME= oath-toolkit-1.10.5 @@ -18,4 +18,5 @@ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in +.include "../../mk/pam.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |