diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-01-18 15:52:05 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-01-18 15:52:05 +0000 |
commit | 6d1c9a2386ebb350cd83b9228dc4f6d6069976a6 (patch) | |
tree | 87f16e92b3671ca807c63834554cfe6778cdf112 /net/chimera | |
parent | 235c7c106c5d292e083beae194f0a69cfc242efb (diff) | |
download | pkgsrc-6d1c9a2386ebb350cd83b9228dc4f6d6069976a6.tar.gz |
bulk build wants openssl
Diffstat (limited to 'net/chimera')
-rw-r--r-- | net/chimera/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/chimera/Makefile b/net/chimera/Makefile index c43bbccaaa2..8857260338b 100644 --- a/net/chimera/Makefile +++ b/net/chimera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/12/10 14:04:31 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2015/01/18 15:53:58 wiedi Exp $ DISTNAME= chimera-1.20 CATEGORIES= net @@ -18,4 +18,5 @@ AUTO_MKDIRS= yes LDFLAGS.SunOS+= -lsocket -lnsl +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |