summaryrefslogtreecommitdiffstats
path: root/lib/libbsnmp
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-01-01 18:29:25 +0000
committerantoine <antoine@FreeBSD.org>2013-01-01 18:29:25 +0000
commit388760425c9362d3b543a8f67b15e92345891eda (patch)
tree7b5e7d928d217c76617fb97c7de38b2e6bd25e6b /lib/libbsnmp
parent9e057f2c8223e05eabf1e5d37daa73d44ceb3c2d (diff)
downloadFreeBSD-src-388760425c9362d3b543a8f67b15e92345891eda.zip
FreeBSD-src-388760425c9362d3b543a8f67b15e92345891eda.tar.gz
Add missing DPADD
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r--lib/libbsnmp/libbsnmp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libbsnmp/libbsnmp/Makefile b/lib/libbsnmp/libbsnmp/Makefile
index f21f1d3..20015b9 100644
--- a/lib/libbsnmp/libbsnmp/Makefile
+++ b/lib/libbsnmp/libbsnmp/Makefile
@@ -15,6 +15,7 @@ CFLAGS+= -DHAVE_STDINT_H -DHAVE_INTTYPES_H -DQUADFMT='"llu"' -DQUADXFMT='"llx"'
.if ${MK_OPENSSL} != "no"
CFLAGS+= -DHAVE_LIBCRYPTO
+DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
.endif
OpenPOWER on IntegriCloud