diff options
author | wiedi <wiedi@pkgsrc.org> | 2014-06-12 23:05:28 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2014-06-12 23:05:28 +0000 |
commit | 8be854b77c9eaced3f5f662e128470e9cc2e80c0 (patch) | |
tree | 80bb618d1b0dca670ef0c645c752ee402388e89d /security | |
parent | 81d04b342a983537ec5022b6c308d4c12c8d8278 (diff) | |
download | pkgsrc-8be854b77c9eaced3f5f662e128470e9cc2e80c0.tar.gz |
needs openssl as suggested by bulk build
Diffstat (limited to 'security')
-rw-r--r-- | security/spiped/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/spiped/Makefile b/security/spiped/Makefile index 0c8cc346f48..8c4f0a0fdc1 100644 --- a/security/spiped/Makefile +++ b/security/spiped/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/14 14:00:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2014/06/12 23:05:28 wiedi Exp $ DISTNAME= spiped-1.3.1 PKGREVISION= 2 @@ -32,4 +32,5 @@ MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} post-install: ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/spiped +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |